Bijali is a snippet-only VS Code extension for .NET developers working with Npgsql, JWT authentication, Razor views, and reusable MVC project scaffolds.
It currently includes:
33 C# snippets
19 Razor snippets
TMS MVC file scaffolds available through tms-* prefixes
Included snippet groups
C#
Npgsql patterns
Examples:
npq-execnonquery-async
npq-execscalar-async
npq-execreader-async
npq-crud-methods
JWT authentication
Examples:
jwt-settings-class
jwt-program-configure
jwt-program-addauth
jwt-login-action
jwt-protected-action
TMS MVC scaffolds
Examples:
tms-program.cs
tms-user.cs
tms-vm_login.cs
tms-authhelper.cs
tms-authcontroller.cs
tms-department.cs
tms-tasks.cs
tms-taskstatus.cs
tms-taskhelper.cs
tms-taskscontroller.cs
Razor
TMS MVC views
Examples:
tms-login-form - Login form with Bootstrap styling
tms-add-task-form - Task creation form with validation
tms-task-dashboard - Task management dashboard with inline editing
General Razor components
Examples:
npq-loader - Global Kendo loader overlay
npq-jog-layout - ASP.NET Core layout with Bootstrap and Kendo
npq-jog-register-form - Kendo registration form with validation