Is it possible in Visual Studio to rename the file being edited without finding it in the solution explorer?

2

Is it possible, via native Visual Studio functionality or ReSharper, to rename the file I'me editing without finding it in the solution explorer? Or is there another way to do so that is relatively faster than finding it in the solution explorer?

Dave

Posted 2017-12-29T20:23:20.540

Reputation: 31

Answers

0

Of course, I finally find an answer as soon as I post the question. The ReSharper shortcut SHIFT-ALT-L will locate the file in the solution explorer, and from there F2 can be used in the usual fashion to rename the file.

Dave

Posted 2017-12-29T20:23:20.540

Reputation: 31