Hi, I would like to create the autocompletion(intellisense) feature in an editor I'm working on. Basically the keywords preceeding the . (period) to invoke the autocompletion box will be user defined. i've created the editor using visual c#. Now i need to create an autocompletion box.
can any one help me to do this ?
Thanks in advance