Continue.dev
Continue.dev is an open-source extension that adds an AI chat to VS Code with support for context providers, including@docs. With it, you index the Timely.ai documentation and mention it in prompts the same way you would in Cursor.
Setup
Install the extension
Open VS Code, go to Extensions (
Cmd+Shift+X), and search for Continue. Install the official extension.Open config.json
After installation, click the Continue icon in the sidebar. In the panel, click the gear icon or open the file directly:
Add Timely.ai as docs
In Save the file. Continue will start indexing automatically.
config.json, add the entry inside "docs":Complete config.json (minimal example)
Replace
"your-anthropic-key" with your API key or configure another provider of your choice. Continue supports OpenAI, Anthropic, Ollama, and others.GitHub Copilot
GitHub Copilot does not have native support for context providers from external URLs. To give it context about the Timely.ai API, use comments at the top of files where you will be working on the integration.Strategy with context comments
Add a comment block at the top of the file before asking Copilot for suggestions:Alternative: use llms.txt as an inline reference
For longer sessions, download thellms.txt and open it as a file in the editor. Copilot treats open files in the window as additional context in some configurations.
Quick comparison
| Feature | Continue.dev | GitHub Copilot |
|---|---|---|
| Automatic docs indexing | Yes | No |
Mention @docs in prompt | Yes | No |
| Inline editor suggestions | Yes | Yes |
| Cost | Free | GitHub subscription |
| Supported models | Many | OpenAI (via GitHub) |