Reputation: 4031
I have a solution which contains many C# projects.
When I open it in Rider and I switch to Solution view, how can I easily go to particular project file (*.csproj
) or solution file (*.sln
)?
JetBrains Rider 2022.2.1
Upvotes: 0
Views: 1951
Reputation: 818
You could use right click on file -> Edit-> Edit 'file name'. And you will see shortcut in this menu.
Upvotes: 3