Added Microsoft's C/C++ remote development tutorial

This commit is contained in:
Valerii Iatsko 2019-09-08 22:01:05 +02:00
parent 907f261a50
commit d9376d66c0

View File

@ -288,6 +288,10 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o
- [C/C++ Clang Command Adapter](https://github.com/mitaki28/vscode-clang) - Completion and Diagnostic for C/C++/Objective-C using Clang command.
- [CQuery](https://github.com/cquery-project/vscode-cquery) - [C/C++ language server](https://github.com/cquery-project/cquery) supporting multi-million line code base, powered by libclang. Cross references, completion, diagnostics, semantic highlighting and more.
#### More
* [Microsoft's tutorial on using VSCode for remote C/C++ development](https://devblogs.microsoft.com/cppblog/vscode-cpp-may-2019-update/)
## C\#, ASP .NET and .NET Core
- [C#](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp) - C# extension by [Microsoft](https://www.microsoft.com), read [official documentation](https://code.visualstudio.com/docs/languages/csharp) for the details