-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Language 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.performancequick fix
Milestone
Description
I'm coming from Sublime Text, so maybe I'm a bit spoiled in this regard, but one of the main features I use in Sublime Text is searching for symbols. VS Code has this feature, but for some reason it takes an extremely long time for any symbols to be found in my project. The project is massive, and some files can be quite large themselves, however this happens even with small files (e.g. < 400 lines) and seems like it should be a pretty standard procedure no matter the project size.
- VSCode Version: 1.19.2
- OS Version: Windows 7 x64
- C/C++ Extension Version: 0.14.6
Steps to Reproduce:
- Open a .cpp file with function definitions inside (obviously don't open a blank .cpp file)
- Go > Go to Symbol in File...
- If it is the first time running this, no symbols will be found (esc. and try step 2 again)
- Wait for symbols to be parsed - it will sit there searching for a long time
gregwym, ababak, channprj, DanielLenz, isnellfeikema-isp and 1 more
Metadata
Metadata
Assignees
Labels
Language 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.performancequick fix