I'm learning a new API which has a LOT of properties. I'd rather not scroll through a giant list if I have a general idea of what I'm looking for.
As an example, let's say I am putting in a telerik:GridBoundColumn tag, and I want that one property that lets me define a css class. I've forgotten that it's called ItemStyle-CssClass so I start by typing css and hit Ctrl-space. I get nothing useful.
Is there a way to tell intellisense to look for matches in the middle of a property name, not just at the beginning? Is there a VS2008 plugin that can help with this?