This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 207109 - Show array[key][key2] contents in tooltip
Summary: Show array[key][key2] contents in tooltip
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-10 10:07 UTC by monk.e.boy
Modified: 2012-01-10 10:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description monk.e.boy 2012-01-10 10:07:30 UTC
In debug mode when you hover an array you see a tooltip with the contents. Could we make this better so for the following:

$my_array['something']['another']

When hovering $my_array the tooltip shows the array contents
When hovering ['something'] is shows the content of that array item
When hovering ['another'] is shows the content of that array item