Resharper C++ support for Visual Studio Code
Hi,
Within the company I work for we are using Resharper within visual studio 2010 / 2015 but we are now investigating Visual Studio Code within our Linux development environment.
Could you tell me when Resharper C++ will be supported for Visual Studio Code on Linux?
Thanks in advance.
Kind regards,
Edwyn
Please sign in to leave a comment.
Hello Edwyn,
There are no plans yet to integrate R# with Visual Studio Code. VS Code is a separate project, and its architecture is very diferent from Visual Studio.
If you're interested in cross-platform C++ development, please take a look whether CLion (https://www.jetbrains.com/clion/) would suit your needs. It supports CMake-based projects, but on Windows you'd have to use cygwin or mingw toolchain (using Microsoft toolset is not supported yet).