From 0d174a91bca036ef8a26e2ae4ce28ee108a1d89b Mon Sep 17 00:00:00 2001 From: Ashhar Hasan Date: Tue, 11 Oct 2016 06:18:20 +0530 Subject: [PATCH] Added YouCompleteMe to C/C++ linters It is a great extension which everybody should use if they use any of the C-languages, Rust, JS, TS or Go. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa10b0a..d56386e 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) - Preview C/C++ extension by [Microsoft](https://microsoft.com), 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. +- [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/). ### CSS