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

Summary: goto declaration doesn't work as expected
Product: python Reporter: nbphpuser <nbphpuser>
Component: EditorAssignee: Torbjorn Norbye <tor>
Status: CLOSED WONTFIX    
Severity: normal CC: Jenselme
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot to issue

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.