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 216863 - code completion does not display function with prototype as an object
Summary: code completion does not display function with prototype as an object
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-14 13:49 UTC by fordfrog
Modified: 2014-09-09 11:39 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 fordfrog 2012-08-14 13:49:41 UTC
having following code:

Test.SomeObject = function (){};
Test.SomeObject.prototype.someFunction = function (){};

and then writing this:

Test.Some

and invoking cc displays just SomeObject() method but not SomeObject object so one cannot use cc to write for example this:

Test.SomeObject.prototype...

Test.SomeObject object should be included in cc too.
Comment 1 Petr Pisl 2013-07-18 14:19:02 UTC
Needs to be improved including items in cc.
Comment 2 Petr Pisl 2014-09-09 11:39:32 UTC
Now it should be available in the web-main.