An open API service indexing awesome lists of open source software.

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

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.

![commands](./images/commands.png)

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

![codicons](./images/codicons.png)

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

![Enable Inspector](images/enable-tree-item-inspector.png)

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.

![Inspect Tree Item](images/inspect-tree-item.png)