DEV Community

[Comment from a deleted post]
Collapse
 
latobibor profile image
András Tóth • Edited

The most important part of an IDE is code completion and warnings/errors if you make a compile time mistake. If you can get it out of vim, you don't need an actual IDE.

On the other hand if you don't have those and you produce code that will blow up other people's IDE you will be a truly toxic developer. I had some fights with people who used vim and wrote code that broke all smart IDE features made to help you knowing what object you are dealing with in every line of your code.

... also maybe try WebStorm? I would not work for a place that can't buy me a 60$ license.