Bug 425058 - Private members always not avaiable in autocompletion
Summary: Private members always not avaiable in autocompletion
Status: NEW
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.5.1   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Chris Jaun CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-08 00:48 EST by Dawid Pakula CLA
Modified: 2014-01-08 00:48 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dawid Pakula CLA 2014-01-08 00:48:42 EST
Example:
function MyClass()
{}

MyClass.prototype =
{
    /**
     * @private
     */
    myfunc : function()
    {
       this.|
    }
};

Expect:
myfunc on completion list