2017-04-19 56 views

回答

1

只要打開你的鍵綁定,並添加:

{ 
    "keys": ["tab"], 
    "command": "move", 
    "args": { "by": "lines", "forward": true }, 
    "context": 
    [ 
     { "key": "auto_complete_visible" }, 
    ], 
}, 
{ 
    "keys": ["enter"], 
    "command": "commit_completion", 
    "context": 
    [ 
     { "key": "auto_complete_visible" }, 
    ], 
}, 
+0

偉大的,你救我一命 – linrongbin