What problem does it solve?
This Skill helps developers quickly find and understand the definitions, methods, interfaces, events, and types available within the VS Code API, ensuring accurate and efficient extension development.
Core Features & Use Cases
- API Definition Lookup: Retrieves precise type signatures and JSDoc comments for VS Code APIs.
- Documentation Navigation: Links to official documentation for usage examples, guides, and best practices.
- Version Comparison: Allows checking API compatibility and changes across different VS Code versions.
- Use Case: A developer needs to know how to use the
vscode.window.showQuickPick API. This Skill provides its signature, explains its parameters, and links to the relevant documentation page with examples.
Quick Start
Find the definition and usage examples for the vscode.workspace.getConfiguration API.