Visual Studio Code使用小结
前言
Visual Studio Code简称VS Code可能是目前史上最好用的轻量级编辑器,包括但不限于常用快捷键,调试Python,常用插件,搜索功能,包括正则搜索,文件编码,git仓库代码管理,各种主题字体和插件,强大好用的插件市场,代码格式化等等各种好用的功能,且性能优越。是目前最值得推荐的编辑器,没有之一。相对于重量级选手Microsoft Visual Studio和JetBrains旗下耳熟能详的IntelliJ IDEA、PyCharm等产品来说VS Code已经足够简单好用。
Visual Studio Code使用小结
更新历史
2020年01月22日 - 初稿
阅读原文 - https://wsgzao.github.io/post/vscode/
扩展阅读
Visual Studio Code简介
Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity). Begin your journey with VS Code with these introductory videos.
为什么要使用VSCode
- 免费开源
- 有海量扩展插件
- 轻量(不会占用大量内存和CPU,不会对电脑造成卡顿)
以前还有人会推荐Sublime Text和PyCharm,但随着VSCode社区的繁荣基本可以首选VSCode作为你的第一款轻量级编辑器,当然编程能力的强弱和编辑器没有必然联系,哪款用得顺手选择它能帮助你提到编码效率就行
VSCode常用快捷键
1 | # 光标所在行整行复制,粘贴,剪切 |
vscode使用技巧
在vscode中显示空格和tab符号
- 打开setting,在搜索框中输入renderControlCharacters,选中勾选框,即可显示tab.
- 在搜索框中输入renderWhitespace,选择all,即可显示空格.
VSCode插件推荐
通用插件
Frontend