ruby-lsp
ruby-lsp copied to clipboard
Document Symbol request doesn't list shorthand assignments for instance variables
@foo = 1
@bar += 2
Go To Symbol lists @foo, but not @bar.