disable some tooltips
Hi,
I have a situation where hovering over SQL statements produce a REALLY long tooltip (actually across both of my screens).
Is there a way to disable those particular onse ? I am running phpstorm 2 on OSX.
It is a bit annoying actually ...
Thank you
Alon
请先登录再写评论。
I figured it out ....
I had a debug process open on another file, and it caused the tooltip to show.
Alon
Hello Alon,
Yes, it is value tooltip. And this is a kind of usability problem.
What debugger engine do you use? Zend Debugger?
Thank you for feedback!
Yes, it was the Zend Debugger.
The issue (as far as I am concerned), is that the new lines are not interpreted in the tooltip, and the spaces are .... so you end up with a REALLY long string ..
So something like:
SELECT
x,
y,
z
FROM
a
INNER JOIN b
becomes:
SELECT x, \n y,\n z\nFROM\n a\n INNER JOIN b
In my case though, the query was MUCH MUCH longer longer than that example ...
Alon
Alon,
I fixed the issue(see related - http://youtrack.jetbrains.net/issue/WI-5489).
Since the next EAP too long value(longer than 100 chars) will be truncated in value tooltip.
Thank you for feedback!