VS 2008, is there a way to search properties like the old vb6/EVB? CTRL+SHIFT?
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!
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.
精彩评论