Is there a way to force a text value into a token or itoken in code (VB.NET)? I have a collection of key words in a structure I use for intellisense. When typing in the document even if I only type a single letter I pull up commands in the memberlist, however a single letter is not a keyword yet so I can not check it against the token collection to find out what the current token.key is. So I need to force a keyword (string value) on the fly into a token object so I can check what that tokens key is as defined in the XML Language.
Or is there another way to check my string value against the keywords in my language file?
thanks
teamels
Or is there another way to check my string value against the keywords in my language file?
thanks
teamels