Replies: 2 comments 6 replies
-
I keep hearing how great Copilot is, and I keep trying it out, but always end up turning it off after a few days of frustration. To be blunt, I don't really see how Copilot chat is even useful without the ability to look, at least, at a few files at a time? Whenever I ask a question, the standard answer is "I can't answer that unless you provide more context" - the Correct me if I'm wrong, but it really doesn't seem like Copilot Chat is useful for anything more than trivial, stand-alone scripts at the moment? The prompts to "add more context" seem misleading, and the overall experience is just a frustrating and confusing waste of time. They really need to address this. |
Beta Was this translation helpful? Give feedback.
-
you can now do that using the #file comand. VSCode will ask you for the file, and you can do that with multiple files.
|
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Product Feedback
Body
Hi,
So last summer I have written an extension for Visual Studio Code, it uses GPT and OpenAI api keys to allow a user to pass in multiple files to the context of your interaction with the LLM.
I was wondering why Microsoft hasn't integrated a solution into their Copilot Chat, it will save a ton of time when working with many files and allow us to modularize our files better. This is all whilst keeping Copilot aware of our project context, without manually highlighting the text necessary to pass into the project.
If you want to use my implementation as reference, that's great. I just wish for this feature to be implemented as it'll prove greatly beneficial for the use of Copilot as a service.
Thanks,
My repository is over at: https://github.com/Iheuzio/gpt-contextfiles
Beta Was this translation helpful? Give feedback.
All reactions