Working Between Visual Studio and Visual Studio Code
-
I started working on a project with some guys who are using Visual Studio Code. I've not much experience with it, but I'd like to use my VS 2015 as usual because there seems to be all kinds of features lacking from VSC that I use a lot. It seems to have no concept of namespaces, and I can write a class that doesn't exist yet and it won't turn red, etc... I try to open the folder in Visual Studio 2015 by going to File -> Open Web Site and doing it that way, and then all hell breaks loose. I know it needs to make .sln and csproj which is fine, but Resharper races my CPU for like 5 minutes straight and then there is no project resources area so even main VS has absolutely no idea about the namespaces, classes, etc... Does anyone know how I could use VS to work on this C# .NET Core project, alternatively if I can get some VS features in VSC? This is sort of baffling my mind how challenging opening this C# project has become. Regards.
-
I started working on a project with some guys who are using Visual Studio Code. I've not much experience with it, but I'd like to use my VS 2015 as usual because there seems to be all kinds of features lacking from VSC that I use a lot. It seems to have no concept of namespaces, and I can write a class that doesn't exist yet and it won't turn red, etc... I try to open the folder in Visual Studio 2015 by going to File -> Open Web Site and doing it that way, and then all hell breaks loose. I know it needs to make .sln and csproj which is fine, but Resharper races my CPU for like 5 minutes straight and then there is no project resources area so even main VS has absolutely no idea about the namespaces, classes, etc... Does anyone know how I could use VS to work on this C# .NET Core project, alternatively if I can get some VS features in VSC? This is sort of baffling my mind how challenging opening this C# project has become. Regards.