Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
I'm looking for a way to add dot notation intellisense to a html textarea much like what you get in visual studio, but I want to be able to define the classes, functions, ect that will be available.

I want to create a C# code writer, but it will only have intellisense for the library I specify.

Is there some sort of javascript plugin that adds like a "blank" dot notation intellisense that I can fill with my own data? Googling has not returned what I'm looking for.

Regards
Nick
Posted

1 solution

You should use the Autocomplete feature with some of your logic to achieve this.

See one example at - jQuery UI Autocomplete as a kind of Intellisense[^].

Also look at TextExt Plugin for jQuery[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900