From 44cec2b32b047b04cdbe3108dca969b7040d157c Mon Sep 17 00:00:00 2001 From: Meitar Reihan Date: Sat, 22 Feb 2020 17:09:35 +0200 Subject: [PATCH] added how to setup VS Code for C++ with clangd support --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26ad566..74b951e 100644 --- a/README.md +++ b/README.md @@ -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