Visual Studio - Include in project

Asked

Viewed 40 times

0

Good morning, I am in a project where I use Visual Studio for the C# backend and VS Code for the JS front.

When I create a folder in vs Code, I always need to go to Visual Studio’s Solution Explorer and get a include in project. Sometimes I forget to do this which causes me some problems until I see that it does not include in the project. There’s a way I don’t have to do this?

Ever since I thank.

  • if you do Add > New Folder in Solution it does not add

  • Yes Ricardo, if create inside Visual Studio, in Solution it does not disappear. The doubt is how to do when I add there by VS code. If you can already give the "Include" direct.

  • When you are accessing the files by VS Code, you are just browsing to a directory on your machine, Visual Studio has no way to identify that these files created and changed by another program are part of Solution... maybe what you can do is open sln in VS Code or if you access your program from the root directory, maybe it identifies sln there

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.