added how to setup VS Code for C++ with clangd support

This commit is contained in:
Meitar Reihan 2020-02-22 17:09:35 +02:00
parent 842e26ff7b
commit 44cec2b32b

View File

@ -328,6 +328,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o
#### More
* [Microsoft's tutorial on using VSCode for remote C/C++ development](https://devblogs.microsoft.com/cppblog/vscode-cpp-may-2019-update/)
* [How to setup VS Code for C++ with clangd support](https://stackoverflow.com/a/59820115)
## C\#, ASP .NET and .NET Core