🔖 Feature description
A VS Code extension that integrates with the DocsGPT API, allowing developers to ask documentation-related questions directly inside their code editor.
The extension will provide a sidebar or command to send queries to DocsGPT and display responses within VS Code.
🎤 Why is this feature needed ?
DocsGPT helps developers understand documentation faster using AI, but currently users need to open a separate web interface.
By integrating DocsGPT directly into VS Code, developers can:
- Ask questions about documentation without leaving their editor.
- Get instant help on functions, classes, or libraries while coding.
- Improve productivity with contextual answers.
This aligns perfectly with DocsGPT’s mission to make technical documentation more accessible.
✌️ How do you aim to achieve this?
I will build a VS Code extension that uses the DocsGPT API.
MVP features:
- Command: “Ask DocsGPT”
- Sidebar panel with input box and response area
- Fetches answers via DocsGPT API endpoint.
Once complete, I’ll open a PR to link this new extension (similar to the Telegram extension).
🔄️ Additional Information
If approved, I’ll begin development right away and submit a meaningful PR
👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
Yes I am willing to submit a PR!