vscode-php-debug icon indicating copy to clipboard operation
vscode-php-debug copied to clipboard

Feature Request: Protected Properties Highlighting

Open domSBM opened this issue 3 years ago • 1 comments

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

domSBM avatar Aug 04 '22 04:08 domSBM

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.

zobo avatar Aug 04 '22 10:08 zobo