Typically whenever I need to directly edit the text of my solution (.sln) files, I’ve had to use an external text editor like Notepad++. Unlike with project (.csproj) files, the right-click menu in VS does not show an option to edit the solution file directly.
Is there a way to do this? Or am I stuck with using a separate text editor?