设置文件:
{
"window.zoomLevel": 1,
"git.confirmSync": false,
"editor.fontFamily": "Source Code Pro",
"workbench.colorTheme": "One Dark Pro",
"editor.fontSize": 14,
"editor.lineHeight": 23,
"npm-intellisense.importES6": true,
"npm-intellisense.importQuotes": "'",
"npm-intellisense.importLinebreak": ";\r\n",
"npm-intellisense.importDeclarationType": "const",
"terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\cmd.exe"
}
以下是常用的扩展:
-
C#
-
CodeMetrics
-
Debugger for Chrome
-
Docker
-
ESLint
-
Language Support for Java(TM) by Red Hat
-
npm Intellisense
-
One Dark Pro
-
Python
-
React Native Tools
-
React/Redux/react-router Snippets
-
VS Code for Node.js - Development Pack
-
Document This
-
Output Colorizer
-
Bracket Pair Colorizer
-
Git History
-
Auto Import
-
Auto Close Tag
-
Path Intellisense
-
Sort lines
-
Auto Rename Tag
-
Reactjs code snippets
-
C# Extensions
Sort lines修改快捷键执行命令:
去“键盘快捷方式”-高级的Json里面写:
[
{
"key":"F9",
"command":"sortLines.sortLinesLineLength"
}
]
网友评论