https://github.com/eskibear/vscode-extension-devtools
VS Code Extension Dev Tools
https://github.com/eskibear/vscode-extension-devtools
extension extension-development typescript vscode vscode-extension
Last synced: about 2 months ago
JSON representation
VS Code Extension Dev Tools
- Host: GitHub
- URL: https://github.com/eskibear/vscode-extension-devtools
- Owner: Eskibear
- License: mit
- Created: 2022-03-16T07:43:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T08:33:38.000Z (about 3 years ago)
- Last Synced: 2025-06-12T11:54:17.241Z (about 1 year ago)
- Topics: extension, extension-development, typescript, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=eskibear.extension-devtools
- Size: 552 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# VS Code Extension Dev Tools
This extension helps you develop VS Code extensions, providing convenient utilities.
## Run Commands
It helps you easily run/test custom commands during extension development.

## Pick Codicons
View all available Codicons, shortcut to copy id.

## Inspect Tree Items
Enable Tree Item Inspector from Command Palette.

Right click on the tree item you want to inspect, select `Developer: Print to Console`. Then you will see the object printed to Developer Console.
