Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>king23New to Visual Studio Code? Get it now.
king23

king23

King23

|
4 installs
| (0) | Free
Snippet pack for ASP.NET Core MVC (Models, Controllers, Views, Interfaces, Program.cs, and more)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MVC Snippets Extension

This extension provides a standard set of boilerplate snippets for rapid development of ASP.NET Core MVC applications.

Included Snippets

  • MVC Program (mvc-program): Scaffolds a standard Program.cs entrypoint with builder and pipeline config.
  • MVC Controller (mvc-controller): Scaffolds an MVC Controller.
  • MVC Model (mvc-model): Scaffolds a basic data model.
  • MVC View (mvc-view): Scaffolds an empty HTML/Razor view.
  • MVC Interface (mvc-interface): Scaffolds a repository/service interface.
  • MVC Implementation (mvc-implementation): Scaffolds an implementation of an interface.
  • MVC Filter (mvc-filter): Scaffolds an ASP.NET Core action filter.
  • MVC AppSettings (mvc-appsettings): Generates basic appsettings.json schema.

Quick Start

Type any of the designated mvc-* prefixes above to trigger snippet insertion in C#, HTML, or JSON files.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft