I've become a huge fan of Webstorm since focusing on developing MEAN-stack apps. 30 day trial, and $50 for a license. Not too bad if your dev activities are generating income.
Poll: What's Your Favorite IDE for JavaScript?
11–20 of 20 posts
Re: Poll: What's Your Favorite IDE for JavaScript?
#12Re: Poll: What's Your Favorite IDE for JavaScript?
#13Been using VIM for all coding. Recently started using Adobe Brackets & I like it. I might switch to it.
Re: Poll: What's Your Favorite IDE for JavaScript?
#14On a Mac: I'm a big fan of Sublime. The only things I don't like are the counter-intuitive keyboard shortcuts. On a PC: Notepad++ In the terminal: vi or vim
Re: Poll: What's Your Favorite IDE for JavaScript?
#15I just use Netbeans though as its my main overall IDE
Re: Poll: What's Your Favorite IDE for JavaScript?
#16I've become a huge fan of Webstorm since focusing on developing MEAN-stack apps. 30 day trial, and $50 for a license. Not too bad if your dev activities are generating income.
I can only second this. Webstorm hands down.
Re: Poll: What's Your Favorite IDE for JavaScript?
#17Re: Poll: What's Your Favorite IDE for JavaScript?
#18Re: Poll: What's Your Favorite IDE for JavaScript?
#19I don't use an IDE. Text editing is done in Vim. Debugging/profiling and quick prototyping are done in the browser using a mix of built-in dev tools and extensions.
Re: Poll: What's Your Favorite IDE for JavaScript?
#20Sublime Text 3 for me. It's not really an IDE but you can make it like one by using extensions such as SublimeLinter, build tasks and SublimeCodeIntel (which I sadly can't get working)
If you're using it for code completion, then you should try the "Better Completion" plugin.