Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Zumito CLI ExtensionNew to Visual Studio Code? Get it now.
Zumito CLI Extension

Zumito CLI Extension

Fernando Merino

|
3 installs
| (0) | Free
VSCode extension to use Zumito CLI utilities within the editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Zumito CLI VSCode Extension

This extension exposes basic Zumito CLI commands inside VS Code.

Features

  • Zumito: Create Project – run the CLI to scaffold a new project.
  • Zumito: Create Module – generate a module using the CLI.
  • Zumito: Create Embed Builder – generate an embed builder service.
  • Zumito: Create Action Row Builder – generate an action row builder service.
  • Zumito: Inject Service – inject a service into a class file.

Each command opens a terminal and executes the corresponding CLI command so you can continue interacting with it.

When you run Zumito: Create Project, the extension prompts for the project name, Discord credentials and other configuration values before invoking the CLI. Zumito: Create Module asks for the module name and type. Zumito: Create Embed Builder requests the module name and service name. Zumito: Create Action Row Builder also asks for the module name and service name. Zumito: Inject Service lets you select a service from your workspace and inject it into the currently selected TypeScript file.

Building the VSIX

Install dependencies and run the package script:

npm install
npm run package

This generates a zumito-extension-0.0.1.vsix file in the extension folder.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft