Sublime Forum

Go to definition anywhere in the project not working

#21

Just use F12 to Activate this GoTo Definition Properties
or You can go to goto -> Goto Defination…

It will work fine

Thank You

0 Likes

#22

Projects -> Settings:
Change:
“index_exclude_gitignore”: true
to
“index_exclude_gitignore”: false,

0 Likes

#23

Just has this exact problem, build 4169, “index_files: true” did the trick for me.

// File indexing parses all files in the sidebar, and builds an index of
// their symbols. This is required for Goto Definition to work.
"index_files": true,
0 Likes