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?
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?
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.