开发者

is there an IDE or text editor for the mac that understands the module pattern in javascript

Neither NetBeans, nor Eclipse do very well with parsing the module pattern and putting the code into their outliners in a u开发者_JAVA技巧seful way. Is there something that does it better these days?


Just found out how to make eclipse use the aptana plug-in for editing those files. That's better....

  1. install aptana
  2. preferences > general > editors > file associations
  3. select aptana in lower pane
  4. click Default

This question has some good answers, as well.


Generally all IDEs from JetBrains has very good support for navigating and refactoring complex JavaScript constructs (including prototypical inheritance and the module pattern). I am particular impressed with their ability to refactor across HTML, CSS and JavaScript

You can read more about their JavaScript support here. Also note that this extensive JavaScript support is available across their entire line of Ruby, Python, Java, PHP and Web IDEs.


The latest Eclipse (Kepler) understands and outlines modules

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜