Hacker News new | ask | show | jobs
by d3ckard 3027 days ago
I was seriously surprised how popular VSCode has become. I know it's good, but for MS to win IT crowd that fast... kudos.
2 comments

Visual Studio Code + the cquery extension is heaven for me coding in C/C++.
Also checkout Clang-Format. It's so awesome to mark some unintended code and have it formatted instantly in your editor with a key press. All while editing the file via the Git diff view :)
It's a good text editor, and when I'm working with lots of Dockerfiles and Terraform configurations it's replaced Atom and Notepad++ as my go-to editor. The JavaScript editor's not half bad either.

But for serious development, I don't think I'll be dropping Webstorm or Rider for it any time soon though.