-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Feature: DevTools (Copilot)Repros with the C/C++ DevTools extension installed (along with Copilot)Repros with the C/C++ DevTools extension installed (along with Copilot)Feature: Find All ReferencesFind All References, Peek References, RenameFind All References, Peek References, RenameLanguage Servicebugperformance
Milestone
Description
With the C/C++ DevTools extension installed with "cpp-devtools.enableCppCodeEditingTools": true and a .github/copilot-instructions.md which is sufficient to get it to invoke the tools, ask copilot "which files contain references to class myClass" where myClass has 450 references across 30 TUs of reasonable size.
Bug: It'll issue a find all references call 20 times (potentially taking 45 seconds each time), which is really slow and the user can easily mistake it for being in an infinite loop. It sounds like the results from the 1st Find All References are supposed to be cached at some level.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature: DevTools (Copilot)Repros with the C/C++ DevTools extension installed (along with Copilot)Repros with the C/C++ DevTools extension installed (along with Copilot)Feature: Find All ReferencesFind All References, Peek References, RenameFind All References, Peek References, RenameLanguage Servicebugperformance
Type
Projects
Status
Todo