Hello
Another idea - in Visual Studio 2010 the intelliprompt match method has been updated so that partial matches can be used, rather than prefix matches.
So, for example, if I have five intelliprompt items
YellowCar
RedCar
GreenMotorbike
OrangeMotorbike
BlueVan
Then to match the RedCar item in SyntaxEditor / VS 2008 i would have to type 'Red' - whereas in VS 2010 I would be able to type 'Car' which would bring up the YellowCar and RedCar items.
Is there any way in which the match behaviour of the intelliprompt member list could be over-ridden? I know this is not possible currently, but it would definitely be a 'nice to have', and would bring the editor into line with the VS 2010 way of doing things...
Hope you guys had a great Christmas and New Year!
Another idea - in Visual Studio 2010 the intelliprompt match method has been updated so that partial matches can be used, rather than prefix matches.
So, for example, if I have five intelliprompt items
YellowCar
RedCar
GreenMotorbike
OrangeMotorbike
BlueVan
Then to match the RedCar item in SyntaxEditor / VS 2008 i would have to type 'Red' - whereas in VS 2010 I would be able to type 'Car' which would bring up the YellowCar and RedCar items.
Is there any way in which the match behaviour of the intelliprompt member list could be over-ridden? I know this is not possible currently, but it would definitely be a 'nice to have', and would bring the editor into line with the VS 2010 way of doing things...
Hope you guys had a great Christmas and New Year!