Hi,
I'm trying to make the intellipromt member list hide automatically where as you type it no longer has a direct match in the list, the list disappears (you can see this happen where the item is hightlighted and once a direct match is no longer available it changes to the botted border).
I don't believe there is a setting for this, so I thought about checking this in the OnSyntaxEditorKeyTyped method. Can I LINQ the list to look for a match to the current text or is there another way??
Thanks!
I'm trying to make the intellipromt member list hide automatically where as you type it no longer has a direct match in the list, the list disappears (you can see this happen where the item is hightlighted and once a direct match is no longer available it changes to the botted border).
I don't believe there is a setting for this, so I thought about checking this in the OnSyntaxEditorKeyTyped method. Can I LINQ the list to look for a match to the current text or is there another way??
Thanks!