Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Extension APINew to Visual Studio Code? Get it now.
Extension API

Extension API

idleberg

|
656 installs
| (0) | Free
Logs Extension API results to the output channel
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Extension API

Version Visual Studio Marketplace Installs Open VSX Downloads Build

A simple helper aimed at extension developers. Logs Extension API results to the output channel.

Installation

Extension Marketplace

Launch Quick Open, paste the following command, and press Enter

ext install idleberg.extension-api

CLI

With shell commands installed, you can use the following command to install the extension:

$ code --install-extension idleberg.extension-api

Packaged Extension

Download the packaged extension from the the release page and install it from the command-line:

$ code --install-extension path/to/extension-api*.vsix

Alternatively, you can download the packaged extension from the Open VSX Registry or install it using the ovsx command-line tool:

$ ovsx get idleberg.extension-api

Clone Repository

Change to your Visual Studio Code extensions directory:

# Windows Powershell
cd $Env:USERPROFILES\.vscode\extensions

# Windows Command Prompt
$ cd %USERPROFILE%\.vscode\extensions
# Linux & macOS
$ cd ~/.vscode/extensions/

Clone repository as idleberg.extension-api:

$ git clone https://github.com/idleberg/vscode-extension-api idleberg.extension-api

Install dependencies:

cd idleberg.extension-api && npm install

Usage

This extension exposes several commands prefixed with Extension API. For a full list, please refer to the Feature Contributions tab for the extension.

Credits

Extension icon based on an icon design by Sabri Ramadhani

License

This work is licensed under The MIT License.

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