快捷键Ctrl+Shift+X
打开安装插件
搜索Monokai ST3
切换主题
显示效果
扩展插件vscode-icon
打开setting.json
文件
修改setting.json
,追加"editor.mouseWheelZoom": true
{ "editor.fontSize": 16, "workbench.statusBar.visible": false, "workbench.colorTheme": "Monokai ST3", "workbench.iconTheme": "vscode-icons", "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "editor.mouseWheelZoom": true, "editor.lineHeight": 24 }
View In Browser
"editor.wordWrap": "on",
快捷键 | 说明 |
---|---|
Shift+Alt+F | 代码格式化 |
Alt+click | 同时选中多个单词 |
来源:博客园
作者:libingshen
链接:https://www.cnblogs.com/lisingshen/p/11569275.html