-
Select Topic AreaQuestion BodyUsing Visual Studio (full fat) I have opened a Solution which contains three .NET 6 projects. Is it possible to ask Copilot Chat questions about the whole solution, rather than asking it things about code inside a single class? If so, then what type of prompt would you suggest? I have asked "Can you summaries the projects in this solution" but it kept responding about the last class file I had opened. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @Gareth064 , Thanks for posting on the GitHub Community. We're still very early stages of developing Copilot Chat but this could be a great future consideration. However, at this time, Copilot (and Copilot Chat feature) cannot summarize multiple projects as it is capable to reason over one component at a time (e.g. an entire class), and does not yet have the capacity to summarize entire applications. |
Beta Was this translation helpful? Give feedback.
Hi @Gareth064 ,
Thanks for posting on the GitHub Community.
We're still very early stages of developing Copilot Chat but this could be a great future consideration. However, at this time, Copilot (and Copilot Chat feature) cannot summarize multiple projects as it is capable to reason over one component at a time (e.g. an entire class), and does not yet have the capacity to summarize entire applications.