- EF Core tools to increase the use of vscode editor as the master tool for console, web and game development in C# Programming Language providing the same shortcuts, efficiency, intellisense that is offered by Visual Studio Community.
- One of the first objectives is to reduce the amount of extensions downloaded for C# reducing the time and effort on configuration that has to be done by the user as well as to avoid extensions conflicts. Also great features to speed up your development workflow.
- Create Solution
- Add Project to Solution
- Build Project .NETCore
- Run Project .NETCore
- Run Project Angular
- Publish Project Angular
- Create Class
- Create Interface
- Create Record
- Create Struct
- Create IServices
- Create Services
- Create Api Contronller Extend
- Create Api Contronller
- Create MVC Contronller
- Create Razor Page
- Scaffold Ef core C#
Add Project to solution
Please select folder includes .sln or csproj (Scaffold EF Core C#). From the second generation onward, if you wish to modify the connection when selecting a different app setting, please reload Visual Studio Code by pressing Ctrl+Shift+P and then selecting 'Reload Window'.
Enjoy!