Overview Version History Q & A Rating & Review
Apple Snippets
A VS Code extension that provides full Kendo MVC code templates as snippets. Just type the snippet name in your editor and press Tab or Enter to insert the full code!
Available Snippets
Snippet Name
Description
KendoIndexView
Full Kendo Grid + Modal + CRUD View
KendoIndexController
Index, List, Create, Delete, GetContactById actions
KendoIndexRepo
Add, Update, Delete, GetAll, GetOne, GetAllByUser
KendoLoginView
Kendo Form Login View
KendoLoginController
Login/Logout controller actions
KendoLoginRepo
Login repository with PostgreSQL
KendoRegisterView
Kendo Form Register View
KendoRegisterController
Register controller with image upload
KendoRegisterRepo
Register repository with duplicate check
KendoCRUDView
Full Items CRUD Grid View
KendoCRUDInterface
CRUD interface definition
How to Use
Method 1: Type & Autocomplete (Recommended)
Open any .cs, .cshtml, .html, or .js file
Type the snippet name (e.g. KendoIndexView)
Select it from the IntelliSense dropdown
Press Tab or Enter to insert the full code
Method 2: Command Palette
Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac)
Type "Modi: Insert Snippet by Name"
Pick from the dropdown list
Requirements