Posted 13 years ago
by Justin Harrell
We are adding IntelliPrompt to a SQL editor. So far it is working pretty well, but SQL being such an ambiguous language we would like the member list to be less aggressive with matching.
Right now it works like Visual Studio with a begins with match going to a virtual match on the last match if nothing is found.
What we would ideally like is to have the member list virtual select on begins with and only fully select on exact match. This way if the list has an entry to use a down arrow will select it, but otherwise it will not try to overwrite when a space is pressed.
Is there any way to accomplish this?
Right now it works like Visual Studio with a begins with match going to a virtual match on the last match if nothing is found.
What we would ideally like is to have the member list virtual select on begins with and only fully select on exact match. This way if the list has an entry to use a down arrow will select it, but otherwise it will not try to overwrite when a space is pressed.
Is there any way to accomplish this?