Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Kendo UI SnippetsNew to Visual Studio Code? Get it now.
Kendo UI Snippets

Kendo UI Snippets

Ridham Patel

|
6 installs
| (0) | Free
Reusable VS Code snippets for Kendo UI forms, grids, editors, uploads, dialogs, navigation widgets, and more.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. 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
  1. In VS Code, open Extensions.
  2. Click the ... menu.
  3. Choose Install from VSIX...
  4. Select the generated .vsix file.

Publish to Marketplace

  1. Create a publisher in the Visual Studio Marketplace.
  2. Replace the publisher value in package.json with your publisher ID.
  3. Sign in with vsce login <publisher>.
  4. 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.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft