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

Feature Request: Protected Properties Highlighting #819

Open
domSBM opened this issue Aug 4, 2022 · 1 comment
Open

Feature Request: Protected Properties Highlighting #819

domSBM opened this issue Aug 4, 2022 · 1 comment

Comments

@domSBM
Copy link

domSBM commented Aug 4, 2022

I would like to request the following feature:

In vscode when viewing an object or an instance of a class, it would be good to display or highlight that a property is is defined as 'Protected'.

This could be a simple visual highlight like a colour change, or special character e.g. *name

Thanks

@zobo
Copy link
Contributor

zobo commented Aug 4, 2022

Internally the Debug Adapter (this extension) already provides this metadata to the VSCode IDE, but that's not shown in any way in the UI.

It's been a while since I looked at this subject, will revisit to see if there's anything new.

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

No branches or pull requests

2 participants