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 151817 - Ctrl+Shift+Space should show both docs for variable and contents
Summary: Ctrl+Shift+Space should show both docs for variable and contents
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-30 06:14 UTC by Ashizawa Kazunori
Modified: 2012-04-11 15:06 UTC (History)
1 user (show)

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 Ashizawa Kazunori 2008-10-30 06:14:24 UTC
Based on user's feedback.

Ctrl+Shift+Space should show both docs for variable and contents

Sample code:

        class DemoClass {
            function demoFunction() {
                return;
            }
        }
        $var = new DemoClass;
        $var->demoFunction();

When "->" is typed, auto code completion works fine, suggesting
demoFunction();  It's great.

After that, user might want to see the definition of the
contents of the variable.  But, Ctrl+Shift+Space just shows
documentation of the variable itself only.  As the IDE already
recognizes variable contents (auto code completion works fine),
it is also better to be able to show the documentation of the contents.
Comment 1 Tomasz Slota 2010-02-10 08:45:21 UTC
reassigning to default owner
Comment 2 Filip Zamboj 2010-09-15 12:27:19 UTC
batch reassigning