Sublime Forum

Goto Definition not working but symbols are in Goto Symbol

#1

Hi there. I’m writing in LiveScript using this package. All the definitions I would expect are showing up in Goto Symbol; however, Goto Definition only works for simple functions. Any clues as to what’s missing from the package? Thanks.

0 Likes

#2

You can enter view.indexed_symbols() in the console to see what symbols will be indexed: verify that this is returning something, and that the symbols contain word characters only

0 Likes