I am working on an in-browser css editor. I have a syntax highlighter, but I am looking for a JS based library that will help with the formatting and provide some intellisense.
The syntax highlighter is CodeMirror, http://codemirror.net/
Any help with intellisense would be greatly appreciated.
CodeMirror has an example (use control+space) — http://codemirror.net/demo/complete.html
This wikipedia page shows which javascript IDE’s support “code suggestions”