Overview Version History Q & A Rating & Review
README
it is a extension pack for C/C++ developer. it includes not only some pure C/C++ extension, but also some could increase your produtivity.
Chinese : 這是我在vs code 開發C++時,覺得好用的extentsion,因為在marketplace裡,很難找到C++相關的extension,所以有了這個想法。
除此之外,此pack裡也包含了一些在開發時,我覺得讓界面看起來漂亮一些或是有助生產力的工具。
The Pack includes (the introduction of each extension is the excerpt from the origianl author):
All Autocomplete : Provides autocompletion in Visual Studio Code items based on all open editors.
Better C++ Syntax : This will get you the bleeding-edge syntax highlighting for C, C++, Objective-C, and Objective-C++
Better Comments : The Better Comments extension will help you create more human-friendly comments in your code.
Bookmarks : Mark lines and jump to them
Bracket Pair Colorizer 2 : This extension allows matching brackets to be identified with colours.
C/C++ ms-vscode.cpptools : C/C++ IntelliSense, debugging, and code browsing.
Center Editor Window : Centers your editor window at the current cursor position
Checkpoints : Checkpoints used in between commits for keeping a local short-term history of work in progress files, like bookmarks in you undo-stack.
Go To Method : Adds the ability to go to only method symbols declared in the active document
Go to Next/Previous Member : to navigate through the functions, variables, and classes using quick and easy keycommands
Syntax Highlight Theme : Syntax highlight theme for cpp and many languages(working)
Todo Tree : Show TODO, FIXME, etc. comment tags in a tree view
Navigate Edits History - Goto Last Edit : A Visual Studio Extension that provides the ability to quickly navigate back and forth between recently made edits
C++ Helper : Create implementation for c++ function prototypes.
Cpp Reference and Documentation : Search Cpp Documentation, cppreference.com.
Better Align : Align your code by colon(:), assignment(=,+=,-=,*=,/=) and arrow(=>)
Enjoy!