Felix
Felix

Reputation: 8505

Visual Studio Code doesn't update .csproj file

I am having trouble adding new files to a .csproj based project using Visual Studio Code. I can manually edit the .csproj file, but this is somewhat cumbersome. Does VSCode support automatic handling of the .csprojects?

Upvotes: 21

Views: 5830

Answers (2)

Thaadikkaaran
Thaadikkaaran

Reputation: 5226

Its bit old question but if someone looks on this, they should not miss this vscode extension to update the .csproj when they add/delete files in the opened project in VS Code.

Upvotes: 5

Durd
Durd

Reputation: 75

No, Visual Studio Code isn't that fancy. Use Visual Studio Community or Xamarin Studio/MonoDevelop

Upvotes: 2

Related Questions