Visual Studio tips/tricks?
In VScode I can cd into a directory and "code ." to open that in visual studio code. Doesnt' seem to be the same in Visual Studio and I haven't been able to find a way to do it? I've found "devenv YourProject.csproj" but it doesn't seem to work "devenv: command not found" (I'm using WSL, if that makes a difference (probably)).
say I'm in code/dotnet/first-project, how do I open this in visual studio?
1 Reply
double-click the file
or just
start file.sln