将来我必须做一些JavaScript,所以是时候更新我的工具箱了。现在我使用Firefox和一些插件:
我打算使用Venkman Javascript debugger以及jsunit和js-lint。
对于编程,我坚持使用vim。
那么在开发JavaScript时你会使用哪些其他工具?
答案 0 :(得分:7)
我同时使用Firefox和IE进行Web开发,并在每个中使用一些附加组件:
<强>火狐:强>
Internet Explorer:
答案 1 :(得分:3)
我有时将Emacs与Steve Yegge的js2-mode一起使用,用Rhino评估代码&amp; John Resig的env.js在我的独立脚本中加载jQuery或Prototype。
这允许我在浏览器之外探索javascript,jQuery和Prototype。
示例:
var window;
load("Library/env.js");
window.location = 'index.html'; // Load the page 'index.html'
print($('aForm').id); // Play with the Dom in a standalone script!
答案 2 :(得分:1)
答案 3 :(得分:1)
<强>火狐:强>
仅Windows:
Internet Explorer: - Web Developer Toolbar - 遗漏了一些但仍然非常完整的事情
答案 4 :(得分:1)
答案 5 :(得分:0)
更多::
答案 6 :(得分:0)
在 Internet Explorer 中调试JavaScript的最佳方法是使用Visual Web Developer Express。
如果您喜欢跨浏览器日志记录解决方案,请查看Firebug Lite!