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,
1 Like

#24

Same issue. Turns out that the user settings is the culprit, as mentioned by @robertovg, while in my case there is a "index_files": false. The go-to-definition used to work, but recent updates disabled it.

0 Likes