Find all references in outline panel
I'm using Lombok annotations to generate setters & getters and therefore I can't select setX or setY to find all references. So if would be a little of help if you actually could add "Find all references" inside the outline panel, since they're listed there.
Or any other convenient way to find references to lombok generated properties.
@testforstephen is contributing commands to the outline view doable?
it's not supported yet. See issue https://github.com/Microsoft/vscode/issues/49925, https://github.com/Microsoft/vscode/issues/67935
@testforstephen is contributing commands to the outline view doable?
I'm keenly waiting for this feature
Instead of doing it by outline panel, can be done through the editor?
For instance, adding the words Getter, Setter on top of the attribute like it's done with references?
References:
Suggestion
Sorry for the dummy demonstration.