martomo / SublimeTextXdebug

Xdebug debugger client for Sublime Text
MIT License
564 stars 89 forks source link

Improve rendering of context variable trees #132

Closed janstoeckler closed 6 years ago

janstoeckler commented 9 years ago

Hey there,

this change does one thing only: it renders the context variable trees in a (hopefully) slightly easier to read way.

Of course, the changes to the Readme should be disregarded!

Thanks for your consideration! janstoeckler

martomo commented 6 years ago

Indeed a great idea, however instead of changing the default behavior, I've introduced a new setting (fullname_property) that allows you to switch between displaying of full/short name of nested properties, which will be available in the next release. Additionally it will use the actual "short name" retrieved from Xdebug instead of string manipulation based on parent property (full) name.