对于扩展开发,有没有一个javascript交互式shell,它有智能感知(显示一个对象有什么方法和属性)?
或者可以使用支持intellisense的调试器(也许是VS2008/intellij idea 9)来实现这一点?
发布于 2010-04-28 05:46:41
Visual Studio 2008和Aptana都为Javascript提供了intellisense。我可以报告说,visual studio支持相当缺乏,我的扩展的对象和函数很少包括在内,而且似乎不支持跨多个文件工作。我希望Aptana会更好一点,但我暂时没有时间尝试。
https://stackoverflow.com/questions/2705521
复制相似问题