DEV Community

Discussion on: 4 Powerful IDEs That Nobody Is Talking About

Collapse
 
beggars profile image
Dwayne Charrington

I think these other editors are not as popular as VSCode because they are quite simply not as good as Visual Studio Code. TextMate used to be quite popular for coding and Brackets was once a promising thing too, but it feels stale.

Honestly, VSCode is unrivalled. It's such a great code editor with a plethora of plugins, you don't need to use anything else.

Collapse
 
sroehrl profile image
neoan

I am mainly using Jetbrain's IDEs and VSCode simply can't compete. Not sure if we only compare open source IDEs, though.
We had this "deal" with new developers at my former company where they were "forced" to learn PHPStorm for two weeks, and then would get any lisence (if necessary) for any IDE of their choosing. Most of them came from VSCode, needless to say. Anyway, not one single dev asked for anything else than a PHPStorm license after that period.

Collapse
 
jeremymoorecom profile image
Jeremy Moore

I find that VSCode is ok for quick edits and small projects, but anything of any decent size I require a full blown IDE with all the features provided by IntelliJ / PHPStorm

Collapse
 
matjones profile image
Mat Jones

Only thing I’ve noticed is that the IntelliSense support for C# powered by OmniSharp is garbage. For any other language it’s pretty great.