

The problem with using Vim is that you have to learn Vim, but early in my career I was in single-ecosystem shops that all used IDE’s for whatever tech (Microsoft= Visual Studio, Java = Eclipse / NetBeans, PHP = Sublime Text, arguably not an IDE)
By the time I got to the point in my career where I got to choose the tooling, VSCode was already a thing and it has an extension for anything you can think of.
So I never had to learn Vim, and now it’s in the too-hard basket, and VSCode is ubiquitous and works surprisingly well
No, it’s garbage because of its approach to case sensitivity.
It’s case insensitive by default (which is a WTF in itself and encourages the same laziness Windows users thrive on with NTFS) but it also has a case sensitive mode.
Except the case sensitive mode is almost entirely useless because of the amount of apps it breaks that assume the default case-insensitive mode. It also means that you as a programmer have to add extra crap to your file handling code for case insensitive string comparisons if you want to support both modes