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 182052 - goto declaration doesn't work as expected
Summary: goto declaration doesn't work as expected
Status: CLOSED WONTFIX
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Other
: P3 normal with 1 vote (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-15 15:21 UTC by nbphpuser
Modified: 2017-06-23 08:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot to issue (120.83 KB, image/png)
2010-03-15 15:21 UTC, nbphpuser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nbphpuser 2010-03-15 15:21:16 UTC
Created attachment 95197 [details]
screenshot to issue

class Foo:
    def __init__(self, parameters):
        """Documentation"""
        self.parameters = parameters

    def parse(self):
        "doc for parse"
        print "parsing"

def main():
    f = Foo()
    f.parse()

# IDE is smart to show docs for parse method(CTRL+SHIFT+SPACE)

# BUT, if you wish navigate in parse method via CTRL+B, IDE 
# has "forgotten" which class parse() method belongs to
# and suggests long list of all parse methods it knows, 
# which is very long and not that useful

#see screenshot
Comment 1 Jenselme 2017-06-22 22:07:12 UTC
We are planning to work on that. This will be tracked elsewhere. Closing this old bug.
Comment 2 Jiri Kovalsky 2017-06-23 08:05:45 UTC
Thanks for your evaluation Julien. Reporter, if you think your issue is still valid and needs to be addressed, don't hesitate to reopen it with additional information. Closing for now.