VScode插件管理(C/C++)

NO. 插件 简介
1 Project Manager It helps you to easily access your projects, no matter where they are located. Don’t miss that important projects anymore. You can define your own Favorite projects, or choose for auto-detect VSCode projects, Git, Mercurial and SVN repositories.
2 Material Icon Theme The Material Icon Theme provides lots of icons based on Material Design for Visual Studio Code.
3 GitHub Plus Theme A full VSCode editor theme inspired by the GitHub color scheme.
4 C/C++(ms-vscode.cpptools Preview) You have chosen not to receive recommendations for this extension.
5 C++ Intellisense C/C++ Intellisense with the help of GNU Global tags
6 Code Outline Displays a code outline tree in the explorer pane.
7 Code Navigation Code navigation makes Visual studio Code back and foward navigation pretty easy
8 Bookmarks Mark lines and jump to them
9 highlight-words Highlight all occurrences of words or expressions
10 Include Autocomplete Autocompletion for C++ includes
11 TODO Highlight highlight TODOs, FIXMEs, and any keywords, annotations
12 Code Spell Checker Spelling checker for source code
13 Astyle Format C/C++/Obj-C/C#/Java code with Astyle in VSCode

[注意]

1 函数跳转需要gtags支持(gtags如何使用请自行搜索);

2 ctrl+`打开/关闭VScode命令行界面,执行命令,例如,

Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。

D:\memcached-1.5.9>gtags

3 ctrl+k, ctrl+s 显示VScode快捷键列表

猜你喜欢

转载自blog.csdn.net/wwchao2012/article/details/81209184
今日推荐