I need the text editor for web (jQuery) with the code completion (intelli-sense) support like the AvalonEditor for the WPF framework.
Please share the suggestions.
Requirements:
I will have a set of keywords, if the user types the word and it matches the keyword in the collection the intelli-sense popup should open.
it should be as you type IntelliSense and no @like character is used to invoke the popup.
it is a text editor or text area and IntelliSense popup should work on all places.
I think Sublime Text may be used for this case. Since Javascript is basically a Interpreted language, and with its code closure function, it is hard for user to find an Javascript Editor with code completion (intelli-sense), and some need node.js to make that.