Auto Filled
A VS Code extension that provides smart snippets for ASP.NET Core .cshtml files using Kendo UI.
Features
Type login in any .cshtml file and press Tab to instantly insert a complete Kendo UI Login Form with:
- Email validation
- Password validation with pattern matching
- AJAX form submission
- Success and error message handling
How to Use
- Open any
.cshtml file
- Type
login
- Press
Tab or select from IntelliSense
- The full login form is inserted automatically!
Snippets Included
| Prefix |
Description |
login |
Kendo UI Login Form for ASP.NET Core |
Requirements
- Visual Studio Code
^1.118.0
- ASP.NET Core project with Kendo UI
Release Notes
0.0.1
- Initial release
- Added Kendo UI login form snippet for
.cshtml files
| |