LLM DevMate
A VSCode extension that streamlines pasting code context into LLMs. One-click copy, token-aware, works with OpenAI and other providers.
LLM DevMate
A VSCode extension that removes the friction of feeding code context to an LLM. Copy and paste with a single click, and let LLM DevMate handle framing, context, and token accounting.
What I Built
- One-click context capture: Right-click or use the command palette to send the current selection / file / folder to the LLM of your choice. No manual copy-paste gymnastics.
- Token-aware bundling: Counts tokens up front so you know whether the context fits before you hit a rate limit mid-conversation.
- Multi-provider: OpenAI wired in, with the abstraction in place for other providers.
Why It’s Useful
- Fixes the most annoying part of daily LLM-assisted development: manually pasting the same “here’s my file, here’s the error, here’s the neighbouring module” scaffolding.
- Stays in the editor. No browser-tab context-switch tax.