Just use F12 to Activate this GoTo Definition Properties
or You can go to goto -> Goto Defination…
It will work fine
Thank You
Just use F12 to Activate this GoTo Definition Properties
or You can go to goto -> Goto Defination…
It will work fine
Thank You
Projects -> Settings:
Change:
“index_exclude_gitignore”: true
to
“index_exclude_gitignore”: false,
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,
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.
This recently started happening to me. Maybe a day or two ago.
I have no idea how, but "index_files": false was in my settings.
I didn’t set it… Some update to something must have.
Removing it resolved the problem.