palantir/language-servers

Find references in expressions

natgabb opened this issue · 1 comments

Ex:
SomeObject obj = SomeObject.SOMETHING
Be able to find SomeObject on the right when trying to find references for this type.

Blocked on #85