OrangeT / vim-csharp

Enhancement's to Vim's C-Sharp Functionality
117 stars 39 forks source link

When adding of modifying a new project file (.cs, .cshtml), add the resource to the appropiate project file. #14

Closed kianryan closed 10 years ago

kianryan commented 11 years ago

When adding new .cs or .cshtml files, they will not be included with a project build unless they are added to the relevant .csproj file. Find the nearest .csproj file and add the new file here.

kianryan commented 11 years ago

This operation should be confirmed by the user.

kianryan commented 10 years ago

Handled by Omnisharp - OmniSharpAppToProject. No longer required.