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.
Goto Definition not working but symbols are in Goto Symbol
jps
#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