Sublime Forum

Go To Symbol in Project showing only open files

#1

Go To Symbol in Project is working fine in 3006
But 3007 and up it only lists symbols in currently open files.

Also if I close the Sublime Text 3 application window a Sublime Text process remains open with high disk usage.
Tested on Winx64 only.

0 Likes

#2

So also I zipped the ColdFusion package to a sublime-package file and put it in Data/Installed Packages instead of the the Data/Packages folder and the Go To Symbol in Project works.

Edit: here is the error I seen in console sometimes “indexing: failed to join process 6004”

0 Likes

#3

Also if I put my package into the Data/Installed Packages as a zipped sublime-package my plugin.py won’t load.

I put scattered print statement all over and console doesn’t show any of them.

0 Likes

#4

This happens for me in a different configuration:
When I open a project created with Sublime Text 2, it will not index (or show) symbols in the whole project.
Just now, I did “New Workspace for project” and it indexed everything, and it is also available in the old workspace.

0 Likes