A collection of extensions for developing ASP.NET core Applications in VS Code
This VS Code extension pack adds a set of extensions to help supercharge ASP.NET core application development 🚀
Extension | Author | Version |
---|---|---|
C# | Microsoft | C# editing support, including Syntax Highlighting, Debugging, IntelliSense, Go to Definition, Find All References, etc. in VS Code. |
C# Extensions | jchannon | extend VS Code and easily spin up classes, interfaces and more to speed up your C# development workflow. |
ASP.NET Core Snippets | rahulsahay | A collection of snippets for Visual Studio Code to supercharge ASP.NET core application development 🚀 . |
ASP.NET Helper | schneiderpat | Enable IntelliSense for Razor pages within an ASP.NET MVC project. |
mssql | Microsoft | Develop Microsoft SQL Server, Azure SQL Database and SQL Data Warehouse everywhere with a rich set of functionalities. |
C# XML Documentation Comments | Keisuke Kato | XML Documentation Comments Support for Visual Studio Code. |
run this command in VS Code:
ext install asp-net-core-vs-code-extension-pack
know any other great extensions not mentioned here? Create a Pull Request I'll give it a spin.
Enjoy!