home/categories/ide-plugins/partme-ai-full-stack-skills-skills-vscode-skills-vscode-feature-command-skill-md
ide-pluginstools

vscode-feature-command

Register a new command in a VS Code extension by updating package.json contributes.commands and src/extension.ts activate function. Use when the user wants to add a functional command (e.g., text formatting, code generation, UI action) to a VS Code extension.

partme-ai
maintainer
partme-ai
更新于 3/25/2026
星标
276
分支
52
quick start

Installation and usage

Register a new command in a VS Code extension by updating package.json contributes.commands and src/extension.ts activate function. Use when the user wants to add a functional command (e.g., text formatting, code generation, UI action) to a VS Code extension.

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use vscode-feature-command