▲ | dh1011 5 days ago | |
I'm working on a VSCode extension that lets me quickly copy code from a workspace into a structured format for LLMs. This makes it easy to provide context so the LLM can continue developing the codebase. There are other similar tools out there—mostly web apps or CLI-based—but I found a VSCode extension to be the fastest and most convenient option for VSCode users. Here’s the extension link: https://marketplace.visualstudio.com/items?itemName=H337.c2p I'd love to get any feedback. |