javascript 具有自动完成功能的 HTML/CSS/jQuery 编辑器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/16638809/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-27 05:28:17  来源:igfitidea点击:

HTML/CSS/jQuery Editor with Autocomplete

javascriptjqueryhtmlcssnode.js

提问by mrplants

Is there an editor that is as good as XCode at code autocompletion, but for HTML, CSS, and javascript. This means file parsing, so that it can be used with jQuery and other libraries such as node.js, etc. I've been looking for quite a while now. Free is preferred.

是否有一个编辑器在代码自动完成方面与 XCode 一样好,但适用于 HTML、CSS 和 javascript。这意味着文件解析,以便它可以与 jQuery 和其他库(例如 node.js 等)一起使用。我已经找了很长时间了。免费是首选。

采纳答案by Niks

Try Sublime textI've been using it for a while. Best for the combination you asked for (HTML/CSS/JS) Also supports installable packages (for libraries like jQuery). Total #win. It isn't exactly free, but it isn't necessary to buy it either. For more about packages, refer this

试试Sublime text我已经用了一段时间了。最适合您要求的组合 (HTML/CSS/JS) 还支持可安装的包(对于像jQuery这样的库)。总#win。它不是完全免费的,但也没有必要购买。有关包的更多信息,请参阅

回答by Mytee

Komodo Edit. Compare with Notepad++ and Sublime text. Can turn on/off other languages plugin, the dictionary supports JS, HTML5 n css3, can view the result on the spitted side -no other offline free tools support this feature-, also the debug/syntax checking feature is pretty accurate.

科莫多编辑。与 Notepad++ 和 Sublime 文本进行比较。可以打开/关闭其他语言插件,字典支持JS、HTML5 n css3,可以在吐槽的一侧查看结果-没有其他离线免费工具支持此功能-,调试/语法检查功能也很准确。