Description
Create a VS Code extension that shows AI model information inline when developers type model names in their code.
Features
- Hover over a model name (e.g.,
gpt-4.1) to see pricing, context window, and capabilities
- Autocomplete model names with provider and pricing info
- Command to search models from within VS Code
Implementation
- Create
vscode-extension/ directory
- Use VS Code Extension API
- Bundle models.json as extension data
- Register completion providers for model names
Acceptance Criteria
Context
This would help developers choose models while coding, without leaving their editor.
Description
Create a VS Code extension that shows AI model information inline when developers type model names in their code.
Features
gpt-4.1) to see pricing, context window, and capabilitiesImplementation
vscode-extension/directoryAcceptance Criteria
Context
This would help developers choose models while coding, without leaving their editor.