Update README.md

This commit is contained in:
Yauheni Pakala 2018-02-09 16:01:38 +03:00 committed by Valerii Iatsko
parent 2b5bf3111b
commit 3682840eb3

View File

@ -22,6 +22,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [Lint and IntelliSense](#lint-and-intellisense)
- [1C](#1c)
- [C++](#c)
- [C#](#c)
- [CSS](#css)
- [Go](#go)
- [Haskell](#haskell)
@ -185,6 +186,10 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o
- [YouCompleteMe](https://marketplace.visualstudio.com/items?itemName=RichardHe.you-complete-me) - Provides semantic completions for C/C++ (and TypeScript, JavaScript, Objective-C, Golang, Rust) using [YouCompleteMe](http://valloric.github.io/YouCompleteMe/).
- [C/C++ Clang Command Adapter](https://github.com/mitaki28/vscode-clang) - Completion and Diagnostic for C/C++/Objective-C using Clang command.
### C#
- [C#](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp) - Preview C# extension by [Microsoft](https://www.microsoft.com), read [official documentation](https://code.visualstudio.com/docs/languages/csharp) for the details
### CSS
- [stylelint](https://marketplace.visualstudio.com/items?itemName=shinnn.stylelint) - Lint CSS/SCSS.