Posted 18 years ago by Jake Pearson - Software Developer, Alion Science and Technology
Avatar
Hi,
In previous versions of SyntaxEditor, I had hooks in my code to test little pieces of code's intelliprompt. I don't need the tests as much, now that the parsing is in your hands. But since I have the tests already, is there a way to do something like this via code:

have the user type in "int i; i."
and get the list of intelliprompt members that would show when the '.' is pressed.

thanks,
Jake

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
I don't think that particular functionality is exposed programmatically. We do have things like DotNetProjectResolver.GetMembers where you pass it a desired target type and the context type and it tells you the members of that type.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.