- Notifications
You must be signed in to change notification settings - Fork 43
Closed
Milestone
Description
Goto Symbol in Project takes a considerable amount of time to load when working on the linux kernel.
git clone https://github.com/torvalds/linux.git subl linux Wait for indexing to complete Ctrl+Shift+R (Takes ~4 seconds on my box) Ctrl+Shift+F sometimes takes less time then searching all the symbols. I'm assuming it's because it renders the whole list up front.