HTML/CSS/jQuery Editor with Autocomplete

14,146

Solution 1

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

Solution 2

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.

Share:
14,146
mrplants
Author by

mrplants

College student, avid programmer. Soon to change the world.

Updated on June 12, 2022

Comments

  • mrplants
    mrplants almost 2 years

    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.

  • mrplants
    mrplants almost 11 years
    Does it autocomplete all three including local variables? That's the real kicker. It really decreases development time. Xcode kicks butt at autocompletion.
  • Niks
    Niks almost 11 years
    It absolutely does :) (shows hints almost for all HTML/Souce code files automatically, if not Ctrl+Space brings up the suggestions)
  • mrplants
    mrplants almost 11 years
    Is there a web debugger inside of it?
  • Niks
    Niks almost 11 years
    Not out of the box, but you can enable the Web Inspector package!