Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Dev Command LineNew to Visual Studio Code? Get it now.
Dev Command Line

Dev Command Line

devware

|
2 installs
| (1) | Free
Manage, organize, and run reusable development commands directly inside VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dev Command Line

Manage, organize, and run reusable development commands directly inside VS Code.


1. Menu

Here is the list of menus available in the Dev Command Line sidebar:

Menu Description
Create Group Create a group to organize commands
Add Command Add a new reusable command
Run Execute a command directly from the sidebar
Edit Rename or modify the content of a command
Delete Remove a command or group
Favorite Mark a command as a favorite for quick access
Import Restore your command collection from a JSON file
Export Save all commands to a JSON file as a backup
GitHub Manage command synchronization with GitHub

Create Group

Group your commands for better organization.

Create Group

Example:

Frontend
 ├── npm install
 ├── npm run dev

Backend
 ├── php artisan migrate
 ├── php artisan serve

Add & Run Command

Add a command once, run it anytime by clicking the ▶️ icon.

Add Command

Example commands you can save:

npm install
npm run dev

Favorite

Mark your most frequently used commands as favorites for easy access.

Favorite


Command Parameters

Use dynamic parameters inside your commands.

Command Parameters

Example command:

php artisan make:model {modelName} -m

When executed, a prompt will appear:

Value for modelName:

Input: Marketplace → Result: php artisan make:model Marketplace -m


Import & Export

Back up and restore your command collection using a JSON file.

Import Export

Useful for:

  • Moving to a new laptop
  • Sharing command templates with your team
  • Backup purposes

GitHub Sync

Sync your commands to your personal GitHub repository.

GitHub Sync

Features:

  • Connect your GitHub account
  • Automatically create a private repository
  • Upload command backups
  • Auto-sync on every change
  • Restore commands on another device

Example repository structure:

dev-command-sync
└── commands.json

Your data stays stored in your own GitHub account.

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