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 91902

Summary: code completion for methods arguments
Product: javascript Reporter: Lukasz Grela <lgrela>
Component: EditorAssignee: Daniel Prusa <dprusa>
Status: NEW ---    
Severity: blocker CC: stevenwdv
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Lukasz Grela 2007-01-05 14:44:52 UTC
if method has arguments during invoking  such method editor should suggest these
arguments
Comment 1 Jan Jancura 2007-03-15 13:57:01 UTC
No so easy in JavaScript. There can be more methods with the same name.
Comment 2 riksoft 2017-06-27 07:21:53 UTC
(In reply to Jan Jancura from comment #1)
> No so easy in JavaScript. There can be more methods with the same name.

CTRL-P should simply do what ctrl+space does when the cursor is on the method name. That would be nice to prevent wasting time getting back with the cursor.
Comment 3 riksoft 2017-06-27 07:26:13 UTC
Possible same bug report here https://netbeans.org/bugzilla/show_bug.cgi?id=222365