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 - code completion for methods arguments
Summary: code completion for methods arguments
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 blocker with 2 votes (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-05 14:44 UTC by Lukasz Grela
Modified: 2017-06-27 07:26 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 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