3

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:

  1. 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.

  2. it should be as you type IntelliSense and no @like character is used to invoke the popup.

  3. it is a text editor or text area and IntelliSense popup should work on all places.

Community
  • 1
  • 1

1 Answers1

0

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.

abramhum
  • 443
  • 2
  • 8
  • 20