6

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 2

4

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

Sign up to request clarification or add additional context in comments.

4 Comments

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

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.