From f95f7e3d58f5f95828e03cbb00bdeb7eca077a47 Mon Sep 17 00:00:00 2001 From: kiwixz Date: Wed, 1 Jan 2020 01:55:39 +0100 Subject: [PATCH] add ide visual studio code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a06a67..b9019d1 100644 --- a/README.md +++ b/README.md @@ -971,6 +971,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [juCi++](https://gitlab.com/cppit/jucipp) - Cross-platform, lightweight C++ IDE with libclang integration. [MIT] * [KDevelop](https://www.kdevelop.org/) - A free, open source IDE. * [Microsoft Visual Studio](https://www.visualstudio.com/) - An IDE from Microsoft. +* [Microsoft Visual Studio Code](https://code.visualstudio.com/) :zap: - An open-source IDE from Microsoft. [MIT] * [NetBeans](https://netbeans.org/) - An IDE for developing primarily with Java, but also with other languages, in particular PHP, C/C++, and HTML5. * [Qt Creator](http://www.qt.io/developers/) :zap: - A cross-platform C++, JavaScript and QML IDE which is part of the SDK for Qt. * [rtags](https://github.com/Andersbakken/rtags) - A c/c++ client/server indexer with for integration with emacs based on clang.