Recs.
Updated
SpecsUpdate
Pros
Cons
Con NOT A IDE , it's a Code Editor, and incomplete package installation
Not a Full IDE, it is more a Code editor like Notepad++, then an IDE. Can't Import VS 20XX projects without a plugin and even then it's hit or miss.
You need to install extras if you want support for a number of basics or even some requirements for the things you want to do.
Con Memory hog
Allegedly, VS Code is "lightweight". Yet, running multiple instances of it at once, you may get many "out of memory" messages from Windows despite 16 GB RAM. (While of course also running other things. The point is the comparison with some other IDEs/editors where running them alongside the same number of other applications doesn't cause Windows to run out of memory).
Con Has no good default js style analyzer
In WebStorm there is analyzer that checks for warnings and highlight this in yellow, here you cannot find or add it even with plugins. It is possible to have it as errors with linter but while you are actively changing file that's not very nice.