redhat-developer / vscode-java

Java Language Support for Visual Studio Code
Eclipse Public License 2.0
2.07k stars 431 forks source link

Find all references in outline panel #1005

Open heyarny opened 5 years ago

heyarny commented 5 years ago

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.

fbricon commented 5 years ago

@testforstephen is contributing commands to the outline view doable?

testforstephen commented 5 years ago

it's not supported yet. See issue https://github.com/Microsoft/vscode/issues/49925, https://github.com/Microsoft/vscode/issues/67935

Blaiski commented 3 years ago

@testforstephen is contributing commands to the outline view doable?

I'm keenly waiting for this feature