Kendo UI Snippets
Reusable VS Code snippets for common Kendo UI patterns:
- Grid
- Form
- DropDownList
- DataSource
- Grid with action buttons
- Full CRUD Grid
Included prefixes
kgrid
kform
kdropdown
kds
kgridcrud
kgridcrudmain
Local install
- Package the extension:
cd "c:\Users\HP\OneDrive\Desktop\My Practice MVC\My Prac 3\vscode-kendo-snippets"
npm.cmd install -g @vscode/vsce
vsce package
- In VS Code, open Extensions.
- Click the
... menu.
- Choose
Install from VSIX...
- Select the generated
.vsix file.
Publish to Marketplace
- Create a publisher in the Visual Studio Marketplace.
- Replace the
publisher value in package.json with your publisher ID.
- Sign in with
vsce login <publisher>.
- Publish with:
vsce publish
Notes
- Update the repository URL before publishing.
- You can add an icon later by placing a real PNG in the extension and adding an
icon entry in package.json.
| |