A challenge I have often heard is that when working with Visual Studio Code you have to rely on Open Folder. This is not true. Set up properly you can use .sln files, you just have to know how to set that up. Thanks Geo J Thachankary for the article on how to create a .NET Core development environment using Visual Studio Code. This is where I learned this. Look at his steps and he describes this in more details.
Step 1: Install a couple Visual Studio Code Extensions
- This can be done by clicking on the View and Extensions menu.
- Once it opens type in C#. Install the C# extension published by Microsoft. It should appear at the top.
- Next install the Solution Explorar by searching for vscode-solution. This one is published by Fernando Escolar.
No comments:
Post a Comment