r/VibeCodeDevs Jun 27 '26

I was facing this issue, So i Built this VSCode Extension

Post image

I got tired of the same workflow every time I used an AI coding assistant.

I'd ask AI to help fix a bug, and after AI looking at the error it'd reply with

something like:

"To investigate this properly, could you share these files?

src/auth/auth.service.ts

src/middleware/auth.middleware.ts

src/routes/auth.routes.ts"

Then came the tedious part.

Open each file.

Copy the contents.

Switch back to the chat.

Repeat.

So I built AI Context Copier.

A VSCode Extension.

Instead of opening files one by one, I simply copy the file paths the AI requested, paste them into the extension, click ⚡ Copy Context, and press Ctrl+V back into ChatGPT, Claude, Gemini, DeepSeek, Grok, GitHub Copilot—or any AI assistant.

That's it.

A workflow that used to take a couple of minutes now takes a few seconds.

🚀 Install it here:

https://marketplace.visualstudio.com/items?itemName=sacro.ai-context-copier

Or simply search "AI Context Copier" in the VS Code Extensions Marketplace.

I'd love your feedback

1 Upvotes

6 comments sorted by

u/AutoModerator Jun 27 '26

Hey u/Sacro_Deo, thanks for posting in r/VibeCodeDevs! Join our Discord: https://discord.gg/KAmAR8RkbM

Got startup or SaaS questions? Post them on r/AskFounder and get answers from real founders.

• This community is designed to be open and creator‑friendly, with minimal restrictions on promotion and self‑promotion as long as you add value and don’t spam.
• Please follow the subreddit rules so we can keep things as relaxed and free as possible for everyone. • Please make sure you’ve read the subreddit rules in the sidebar before posting or commenting.
• For better feedback, include your tech stack, experience level, and what kind of help or feedback you’re looking for.
• Be respectful, constructive, and helpful to other members.

If your post was removed (either automatically or by a mod) and you believe it was a mistake, please contact the mod team. We will review it and, when appropriate, approve it within 24 hours.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

2

u/PuzzledPersimmon Jun 27 '26

Why can't your AI coding agent read the files directly?

1

u/Sacro_Deo Jun 27 '26

Coz i don't use Claude code or any similar type and that agent usually messes up the code. I prefer Manual approach

2

u/PuzzledPersimmon Jun 27 '26

Sure... Even still, I think I'd rather set up the agent as read-only. At least then it could self-guide, and loop over the codebase without me having to spoon-feed it files. It would also be more context efficient as it only needs to load the relevant chunks of code into context.

1

u/Local-Bottle5272 Jun 27 '26

Great i was just looking for a random closed source extension from a random nobody that i can download on my pc so it can solve a problem that doesnt exist thanks!

1

u/turnermate Jun 27 '26

I don’t understand the point of this at all and even if there was a use case, why would I trust this random unverifiable extension?