We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: