Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outline view should indicate access modifiers #3742

Open
lweber opened this issue Aug 14, 2024 · 1 comment
Open

Outline view should indicate access modifiers #3742

lweber opened this issue Aug 14, 2024 · 1 comment

Comments

@lweber
Copy link

lweber commented Aug 14, 2024

Type: Feature Request

I would like the Outline view to display an icon marker showing whether a method is private/public/protected, static or not, final or not, synchronized or not, etc. Generally when looking at a class outline, I want to quickly see which methods are public and which aren't.

Extension version: 1.33.0
VS Code version: Code 1.92.0 (b1c0a14de1414fcdaa400695b4db1c0799bc3124, 2024-07-31T23:26:45.634Z)
OS version: Darwin arm64 22.6.0
Modes:

@rgrunber
Copy link
Member

Looks like this is being addressed at microsoft/language-server-protocol#98 in the LSP Spec, and requires some work in VS Code ( microsoft/vscode#164374 ) to actually decorate the outline based on the visibility information.

Once this is supported it would be pretty straighforward for us to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants