Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML/CSS/jQuery Editor with Autocomplete

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.

like image 920
mrplants Avatar asked May 19 '13 19:05

mrplants


2 Answers

Try Sublime text I'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

like image 57
Niks Avatar answered Oct 16 '22 17:10

Niks


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.

like image 36
Mytee Avatar answered Oct 16 '22 15:10

Mytee