Skip to content

feat: add setting to show generated code in document symbols#4335

Open
fbricon wants to merge 1 commit intoredhat-developer:mainfrom
fbricon:show-generated-code-in-outline
Open

feat: add setting to show generated code in document symbols#4335
fbricon wants to merge 1 commit intoredhat-developer:mainfrom
fbricon:show-generated-code-in-outline

Conversation

@fbricon
Copy link
Collaborator

@fbricon fbricon commented Feb 12, 2026

New java.symbols.includeGeneratedCode boolean setting to enable returning generated code in document symbols.

Requires eclipse-jdtls/eclipse.jdt.ls#3706
Fixes #4084

Screenshot 2026-02-12 at 13 01 45

Because there's no way to programmatically trigger an outline view refresh (see microsoft/vscode#108722), after changing the setting you need to close/reopen the java files, or make a dummy change to see the updates in the outline view.

Signed-off-by: Fred Bricon <fbricon@gmail.com>
@fbricon fbricon requested a review from datho7561 February 12, 2026 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lombok generated code by annotation not showing in outline

1 participant