-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature: Symbol SearchLanguage ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.performance
Milestone
Description
Bug type: Language Service
- OS and Version: Windows10 (Version 2004)
- VS Code Version: 1.58.2
- C/C++ Extension Version: v1.5.1
"Go To Symbol in Workspace..."(CTRL+T) is very slow on large projects.
As a benchmark, I opened a workspace on Linux code base, and searched for "memory".
Results for the first search are abnormally long (~25 seconds)
Notes:
- I set C_Cpp.intelliSenseEngine to "Tag Parser" (my preferred choice)
- The workspace was fully parsed before running the search.
- For comparison, on Source Insight IDE, results for the same symbol search are instant (<1s).
Expected behavior
Full Workspace Symbols Search should return results faster
liorzm, AyalaLaredo, tcohen2, cohenav1, simadin and 11 more
Metadata
Metadata
Assignees
Labels
Feature: Symbol SearchLanguage ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.performance