Posted 20 years ago by phruby
Avatar
I currently use intellisense trigger after a command followed by a period. (ie. using System. <intellisense pops up> )

I would also like to have the intellisense popup after certain keywords also. (ie ALLOCATE <intellisense pops up> ) How can I do this? Is there an example somewhere?

Comments (3)

Posted 20 years ago by Oliver Mellet
Avatar
I've done it by registering " " <space> as a trigger.
Posted 20 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Phruby,

It's pretty easy to do... get a TokenStream using the Document.GetTokenStream method and move back to the previous Token. If it is a KeywordToken, show the different member list.


Actipro Software Support

Posted 20 years ago by phruby
Avatar
Fantastic! Thanks guys.
The latest build of this product (v25.1.0) was released 21 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.