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.