locate file by typing name

A

Andrus

I have solution opened in Visual C# 2008 Express IDE.

I want to locate any cs file quickly by its name:

type file name or first letters of it, eq. myclass.cs

After that some instance of file should highlighted in Solution Explorer
window or opened for edit.

Any idea how to use this or similar "locate file by typing" functionality
in C# express ?

Andrus.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Try Ctrl+ / , it will give focus to the Find control in the toolbar, then
type in open your_file_name
 
A

Andrus

Try Ctrl+ / , it will give focus to the Find control in the toolbar, then
type in open your_file_name

When Solution Explorer window is active, I pressd Ctrl+/
entered existing filename
pressed enter

Solution explorer window only flashes, nothing happens.

Andrus.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top