2017-08-21 21 views
0

我剛剛從Sublime轉換到VS Code並且很喜歡它。想知道是否有等價的組合,或設置它們的方法,用於跳/選擇塊的行,向下/到下一個空白行。這就是這些看起來像我在ST3:是否有VS Code快捷方式將上/下移動/選擇到下一個空行?

{"keys": ["ctrl+shift+["], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": false, "extend": true}}, 
{"keys": ["ctrl+shift+]"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": true, "extend": true}}, 
{"keys": ["ctrl+{"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": false, "extend": true}}, 
{"keys": ["ctrl+}"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": true, "extend": true}}, 

回答

相關問題