63

Visual Studio Code is the reason that minimized hatred for Microsoft in my Heart <3

VSCode is love!

Comments
  • 3
    Agreed, hopefully by the end of this weekend, my clang based C++ refactoring extension for it will be ready. The lack of C++ renaming really is a hindrance.
  • 0
    Visual Studio is great too.
    Code::Blocks is so annoying.
  • 0
    @Pogromist why code::blocks is annoying? just asking for general info
  • 0
    @BlackSparrow it sometimes doesn't show what functions does some particular class have, just doesn't show up any hints.
  • 0
    VSCode and .NET Core for me 👌🏼
  • 1
    @Pogromist are you refering to text completion?
  • 1
    @Pogromist

    There's *blocks* in its name already. LoL
  • 0
    The best editor in general tbh. Like every langauge support, and extremely lightweight. I just wish it didnt make the .vscode folder and just stored that data in the editors settings or sumn. I understand why it's there I just think it's annoying personally. And setting up the debugger for languages like C/C++ is very annoying and I just use an add on for that to make it less tedious
  • 1
    For people looking to use VSCode for C/C++, I just wanted to put out that cmake tools and either ccls or cquery are great plugins. I like ccls better on Linux, but I use cquery on windows because ccls was a pain to compile. Both provide great linting and refactoring capabilities to VSCode, and with cmaketools to help with configuration, it puts on par with clion in my opinion :)
  • 0
    @CptFox I'll definitely try that out!
Add Comment