gwomacks / php-debug

Atom Text Editor package for PHP debugging
MIT License
119 stars 31 forks source link

How to achieve those awesome tooltips from the README? #290

Closed ghost closed 6 years ago

ghost commented 6 years ago

I see in the README that there are overlay tooltips when hovering on variables when a breakpoint is triggered. I can't for the life of me seem to be able to get those. Do I perhaps need an additional package for it to work?

cchamplin commented 6 years ago

You'll need to install and configure the atom-ide and php-ide packages

ghost commented 6 years ago

Ah, I see. Is this related to the showing of datatips? I see you use php-ide this to fetch the range of the datatip. Unfortunately, I'm using Serenata in Atom instead; is there no way to still have the debug evaluation available (I wouldn't mind losing some php-ide specific functionality)?

I took a look at how the Serenata package does it, and it appears ot have its own function to fetch this range. Hope this helps!