Add Microsoft's C/C++ extension

This commit is contained in:
Valerii Iatsko 2016-08-13 19:34:39 +02:00
parent a9f1e6cca5
commit 7d9c3358eb

View File

@ -83,6 +83,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o
### C++
- [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) by [Microsoft](https://microsoft.com) - Preview C/C++ extension by Microsoft, read [official blog post](https://blogs.msdn.microsoft.com/vcblog/2016/03/31/cc-extension-for-visual-studio-code/) for the details
- [gnu-global-tags](https://marketplace.visualstudio.com/items?itemName=austin.code-gnu-global) - Provide Intellisense for C/C++ with the help of the GNU Global tool.
### CSS