插件
- Bracket Pair Colorizer
- C/C++
- C/C++ Clang command Adapter
- dimmed-monokai Theme
- filesize
- Include Autocomplete
- Markdown PDF
- markdownlint
- Path Intellisense
- Python
- Sublime Text Keymap
- Vim
- VScode Great Icons
- vscode-fileheader
- vscode-icons
用户设置
{
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"git.enabled": false,
"workbench.colorTheme": "Visual Studio Dark",
"editor.fontSize": 16,
"editor.detectIndentation": false,
"editor.renderWhitespace": "boundary",
//"editor.fontFamily": "'Courier New', Consolas monospace",
"python.pythonPath": "D:/windows/WinPython-64bit-3.6.3.0Qt5/python-3.6.3.amd64/python",
"python.linting.pylintEnabled": false,
"editor.tabSize":4,
"editor.insertSpaces": true,
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"files.autoSave": "afterDelay",
"explorer.confirmDelete": false,
"java.errors.incompleteClasspath.severity": "ignore"
}版权声明:本文为linnvv_0011原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。