开发者

Javascript IDE for agile development [closed]

Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 5 years ago.

Improve this question

Which IDE will suit agile development at its best? When I talk about agile, I primarily think about refactoring flexibility, powerful code browsing and all kinds of code inspection / warnings tips (similar to JSlint etc). Optionally, SVN/GIT integration would be nice to get supported as well as an ability to run both on Unix and Windows. Freeware or commercial - both options are valid.

Update: read this post, but the tools there support mainly Microso开发者_高级运维ft platforms (which is good thing, but alternatives are welcomed as well).


vim or Sublime text 2 combined with unix.

Why? Because JS is dynamic. So just use a text editor.

All IDEs leak with false positives on their code analysis.


Apatana is pretty good - it's available standalone or as an Eclipse plugin so you shouyld be able to use most of the support that that Eclipse has for SVN etc


even Eclipse EE with corresponding facet is quite good. But I will Also recommen you Apatana+Eclipse


I have been using PHPStorm for a good year now: http://www.jetbrains.com/phpstorm/. It has an integrated GIT and SVN Client and you can run external applications such as jslint. You can include libraries such as jQuery and it has a good code formatter (one that actually works).

Also have a look at Webstorm: http://www.jetbrains.com/webstorm/. (Webstorm = PHPStorm - PHP)


Finally chosen IntelliJ Idea Ultimate Edition - works out of the box, has an impressive code browsing and refactoring capabilities. Tried Eclipse and other related vendors, but (personally) found the installation procedure not that as 1-2-3 clicks easy as expected. All that said, this is only my personal subjective impression.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜