get_vscode_extensions
Retrieve trending VS Code extensions from the Visual Studio Marketplace, sorted by installs, rating, or popularity. Filter by category such as programming languages or themes.
Instructions
Get trending VS Code extensions from Visual Studio Marketplace. Discover popular extensions for development, themes, productivity, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort_by | No | Sort by (installs, rating, trending, updated) | installs |
| category | No | Filter by category (e.g., 'Programming Languages', 'Themes', 'Debuggers') | |
| limit | No | Number of extensions to return | |
| use_cache | No | Whether to use cached data |