Sublime Text style ctrl-P Equivalent in Visual Studio 2010?

Viewed 8972

In Sublime Text et al, you can type Control-P to do an incremental file search.

In Visual Studio 2010:

Control-i does incremental text search

Control-, does incremental symbol search

Control-Shift-f, does Find All Files

What I would like is an incremental version of Control-Shift-F.

Does such a thing exist?

3 Answers
Related