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