生活随笔
收集整理的這篇文章主要介紹了
Eclipse深度患者设置VSCode快捷键
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
VSCode設置Eclipse中常用的快捷鍵
將eclipse中一些基本的快捷鍵輸入右側用戶快捷鍵設置中:
// Place your key bindings in this file to overwrite the defaults
[{ "key": "alt+/", "command": "editor.action.triggerSuggest","when": "editorTextFocus" },{ "key": "ctrl+d", "command": "editor.action.cutLines","when": "editorTextFocus" },{ "key": "ctrl+alt+down","command": "editor.action.copyLinesDownAction", "when": "editorTextFocus" },{ "key": "ctrl+alt+up", "command": "editor.action.copyLinesUpAction", "when": "editorTextFocus" },{ "key": "shift+alt+r","command": "editor.action.rename","when": "editorTextFocus" },{ "key": "ctrl+shift+c","command": "editor.action.commentLine","when": "editorTextFocus" },{ "key": "ctrl+d","command": "editor.action.deleteLines","when": "editorTextFocus" },{ "key": "ctrl+k","command": "editor.action.addSelectionToNextFindMatch","when": "editorFocus"},{ "key": "alt+shift+2","command": "workbench.action.splitEditor"},{ "key": "ctrl+shift+f","command": "editor.action.format","when": "editorTextFocus"},
]
保存關閉即可。
---------------------?
作者:圣斗士Morty?
來源:CSDN?
原文:https://blog.csdn.net/u014745069/article/details/80378058?
版權聲明:本文為博主原創文章,轉載請附上博文鏈接!
總結
以上是生活随笔為你收集整理的Eclipse深度患者设置VSCode快捷键的全部內容,希望文章能夠幫你解決所遇到的問題。
如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。