We currently only have find_referenced_symbols turned on for python and typescript. We'd like to turn it on for all other languages.
For most languages this just requires adding ast-grep rules to find references like in this python rule.
For php we will need to implement a change in phpactor to fix the return shape of GoToDefinition
We currently only have
find_referenced_symbolsturned on for python and typescript. We'd like to turn it on for all other languages.For most languages this just requires adding
ast-greprules to find references like in this python rule.For php we will need to implement a change in phpactor to fix the return shape of
GoToDefinition