xdebug / vscode-php-debug

PHP Debug Adapter for Visual Studio Code 🐞⛔
MIT License
781 stars 178 forks source link

Feature Request: Protected Properties Highlighting #819

Open domSBM opened 2 years ago

domSBM commented 2 years ago

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 commented 2 years ago

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.