That’s a good call out about VSC having intellisense. A lot of the front end guys at my work have switched after being pretty devoted to other editors (one guy thought he’d never switch from Sublime), and I think intellisense had a lot to do with it.
Some of this is the plugin and some was my inexperience, so I hope I haven’t scared people off if they are leaning towards wanting an IDE vs an editor. I had to trial and error to figure out that intellisense won’t pick up on the libraries the first time you make a project. I actually just now created a new project for a tutorial and confirmed it. If your library path is set correctly in your settings (and I think it will be if left to default, but I keep everything in a folder right off C), and you create your project, Intellisense won’t work unless you put the full path in the #include statement. But if you save your project, then close it and open it again, intellisense will work from that point on in that project (without using the full path). But you have to do it for each new project.
Once I have a bit more experience, I might write a short tutorial on this, because this little bug could be making people ditch visual micro / visual studio, which I think is actually a really nice setup.