I really miss the CTRL+SHIFT+CHAR searching of a property in VS 2008 that older IDE's had... typing CTRL+SHIFT+T got you to "tabindex" then Tag when pressed again. They dropped it in VS 2002 I believe, and the closest I could find to restoring any functionality like it was acorn's property window filter, which isn't exactly functional. Does anyone know of a way to get this functionality back? I hate having to browse through 30-40 properties in design mode, when a CTRL+SHIFT+T would get me right to text. Thanks!
views:
17answers:
1
A:
Why don't you use intellisense? Type variable., the moment you type the . you get a list of all possible members, the further you type the more it gets narrowed down. Also, the last member you used will be favoured.
Femaref
2010-02-16 20:53:33
Thanks, I meant within the property window itself, not code.
Davery
2010-02-16 21:11:31