Bring Visual Studio's powerful .NET Core MVC scaffolding and publishing capabilities to VS Code. This extension provides an intuitive right-click interface for generating MVC controllers, views, and publishing your applications - just like in Visual Studio.
✨ Features
🏗️ MVC Scaffolding
One-click scaffolding: Right-click any .cs model file to generate complete MVC controllers
Smart dependency management: Automatically detects and installs missing NuGet packages
Flexible data context support: Choose from existing contexts or specify custom ones
View generation: Optional automatic view generation with default layouts and script libraries
📦 Publish to Folder
Visual Studio-like publishing: Right-click .csproj files for familiar publishing workflow
Interactive configuration: Choose Debug/Release builds and target frameworks
Folder selection: Built-in folder picker for publish destinations
Cross-platform support: Works seamlessly on Windows, macOS, and Linux
🛡️ Robust Path Handling
Special character support: Handles paths with !, @, #, and other special characters
Cross-platform compatibility: Proper shell escaping for all operating systems
Clear feedback: Integrated terminal output with progress information