]
Nick Boldt updated ERT-348:
---------------------------
Fix Version/s: Oxygen.3 (4.7)
(was: Neon.2 (4.6))
mouse hover over member variable does not show it value [EBZ#497965]
--------------------------------------------------------------------
Key: ERT-348
URL:
https://issues.jboss.org/browse/ERT-348
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
Assignee: Ilya Buziuk
Labels: Debug, bzira
Fix For: Oxygen.3 (4.7)
While debugging, if I hover with my mouse over “myVar” part of the expression
“myVar.myProp.mySubProp.abc” in my JS editor, I see a tooltip with its current value. But
if I hover over the last segment “abc” of the same expression nothing happens. If I want
to see its value, I have to move the mouse to “myVar” and when the tooltip opens up I have
to click to expand, scroll to “myProp”, click to expand, scroll to “mySubProp”, expand,
etc. until I see “abc”. Would be a real time saver when I hover over “abc” to see its
value.