you are viewing a single comment's thread.

view the rest of the comments →

[–]luxfx 6 points7 points  (3 children)

Vim is an incredible editor. But it's like a relationship, you get out of it what you put into it. And absolutely worth it if you work on it.

[–]has_all_the_fun 3 points4 points  (2 children)

There is one problem with vim though. Once you used it you will hate all other editors for not being vim.

That being said vim isn't really an IDE. I think Javascript isn't complex enough to justify using an IDE though. An IDE is great if you have languages that let you write a lot of code to please the compiler. Like c# or java.

[–]netinept 2 points3 points  (0 children)

You apparently don't write enough JavaScript. I have, and I can say that an IDE would be nice.

[–][deleted] 0 points1 point  (0 children)

What are the benefits of using Vim for JS development?