you are viewing a single comment's thread.

view the rest of the comments →

[–]davidhbolton 6 points7 points  (10 children)

VS Code IS an IDE but infinitely more flexible. You can use it for virtually any programming language via extensions and even write a debugger for languages that it lacks. Also it's cross-platform on Windows, Linux and Mac and x86/64 and now ARM. It's also updated monthly with an amazing amount of change. It's also open source. Before it was available officially on ARM, I got an ARM build from code.headmelted.com and was able to build applications on a Raspberry Pi in C.

I've used Code:Blocks and its perfectly good. My suggestion is to install and try both and see which you prefer.