wjk
wjk

Reputation: 1249

Can't find "Edit Project" command in Visual Studio for Mac

The title says it all, really. I am looking for the equivalent to the Visual Studio for Windows feature wherein I can right-click a .NET Core/.NET Standard project in the Solution Explorer and edit the *.csproj file in the IDE editor. I can't find this command anywhere in VS for Mac. I have also tried unloading the project (right-click project > Unload menu item), to no avail; I cannot edit the project file there either. As a result, I cannot edit my .NET Core/.NET Standard project files without using another application. Most annoying. (I am using Visual Studio Community version 7.3, build 708, if it helps.) Can anyone here point me in the right direction, or otherwise confirm that this feature is not available in VS for Mac? Thanks!

Upvotes: 6

Views: 2107

Answers (1)

Matt Ward
Matt Ward

Reputation: 47967

Right click the project and select Tools - Edit File.

Edit file menu

That will open the project file in the text editor.

Upvotes: 14

Related Questions