当前位置:网站首页>Vscode common plug-ins summary
Vscode common plug-ins summary
2022-07-04 14:14:00 【Passing bears~】
brief introduction
In order to improve the development efficiency , A good one IDE Some plug-ins are indispensable to support .
The plugin is introduced
1.GitLens
According to the location of the mouse in the code file , Show the corresponding Git Submit the record .
2.vscode-icons
Different types of files display different icons , Used to distinguish different files at a glance .
3. c/c++
stay vscode To write c perhaps C++ After procedure , Compiler required .
4.Chinese(Simplified)
Default Vscode Is English ,Chinese(Simplified) Sinicization Vscode Plug in needed .
5. Code Runner
function C/C++,JAVA,Python The plug-in required by the code .
6. [Deprecated] Bracket Pair Colorizer 2
Show different brackets in different colors , Write code and read .
7. Project Manager
Project engineering management plug-in , It is convenient to open multiple codes at the same time for reading .
8. Python
Provide Python The extension support required for writing programs .
9. Atom One Dark Theme
A gray theme .
The effect is as follows :
10. Nightbow
A colorful dark theme .
The effect is as follows :
11. highlight-words
It is recommended to set the shortcut key after installation , Easy to use .
Take my setting as an example
1. Go to the settings page
Lazy people can enter ctrl+k;ctrl+s Enter the shortcut key setting page .
2. Enter keywords to set
Choose here Highlight Toggle Current As a shortcut
3. The result is as follows :( usage : Press shift+1 Double click the word to highlight , Again shift+1 Then UN highlight )
The effect is as follows :
12. Doxygen Documentation Generator
A plug-in that automatically generates function description annotation samples ( Use ps: Enter /* enter /)
The use effect is as follows: :
13. In addition
........
........
........
边栏推荐
- golang fmt. Printf() (turn)
- [C question set] of VII
- 测试流程整理(2)
- Understand chisel language thoroughly 11. Chisel project construction, operation and test (III) -- scalatest of chisel test
- 常见 content-type对应表
- 【Antd】Antd 如何在 Form.Item 中有 Input.Gourp 时获取 Input.Gourp 的每一个 Input 的value
- 富文本编辑:wangEditor使用教程
- find命令报错: paths must precede expression(转)
- Install MySQL
- sharding key type not supported
猜你喜欢
Excel快速合并多行数据
数据仓库面试问题准备
Install MySQL
Introducing testfixture into unittest framework
Detailed explanation of Fisher information quantity detection countermeasure sample code
【R语言数据科学】:交叉验证再回首
国内酒店交易DDD应用与实践——代码篇
Unity shader learning (3) try to draw a circle
MySQL 5 installation and modification free
Understand chisel language thoroughly 10. Chisel project construction, operation and testing (II) -- Verilog code generation in chisel & chisel development process
随机推荐
Dgraph: large scale dynamic graph dataset
Common content type correspondence table
好博医疗冲刺科创板:年营收2.6亿 万永钢和沈智群为实控人
【FAQ】華為帳號服務報錯 907135701的常見原因總結和解决方法
Variable promotion and function promotion in JS
Understand chisel language thoroughly 09. Chisel project construction, operation and testing (I) -- build and run chisel project with SBT
【FAQ】华为帐号服务报错 907135701的常见原因总结和解决方法
学内核之三:使用GDB跟踪内核调用链
2022 Shandong Province safety officer C certificate examination question bank and online simulation examination
Install MySQL
2022g3 boiler water treatment examination question simulation examination question bank and simulation examination
测试流程整理(3)
The font of markdown grammar is marked in red
Golang uses JSON unmarshal number to interface{} number to become float64 type (turn)
数据仓库面试问题准备
1200. 最小绝对差
R语言使用epiDisplay包的followup.plot函数可视化多个ID(病例)监测指标的纵向随访图、使用stress.col参数指定强调线的id子集的颜色(色彩)
Can mortgage with housing exclude compulsory execution
markdown 语法之字体标红
吃透Chisel语言.05.Chisel基础(二)——组合电路与运算符