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 226281 - JavaScript code completion of method name and arguments
Summary: JavaScript code completion of method name and arguments
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-18 14:57 UTC by tp21
Modified: 2013-02-22 21:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tp21 2013-02-18 14:57:57 UTC
JavaScript method names + arguments are suggested by code completion, but only the name is completed once selected in netbeans-trunk-nightly-201302172300-javase-windows and 7.3rc2. 

Different to behaviour for JavaScript in 7.2 where method name and arguments on same project are suggested and completed. Also works fine in netbeans-trunk-nightly-201302172300-javase-windows and 7.3rc2 for Java.

Don't think it's a duplicate of 91902 as JavaScript code completion with arguments wasn't implemented then?

Thanks

Tom
Comment 1 Petr Pisl 2013-02-19 13:39:02 UTC
You are right. The behavior is different, because the completion wasn't implemented in this way yet. Will be available in the next release.
Comment 2 tp21 2013-02-22 21:06:36 UTC
Thanks for the reply and look forward to it being implemented, have some jquery methods I want to distribute to colleagues and would be very useful for that!