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 250369 - Missing code completion for JSDoc in anonymous function
Summary: Missing code completion for JSDoc in anonymous function
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-11 13:43 UTC by Vladimir Riha
Modified: 2015-04-12 15:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (163.58 KB, text/plain)
2015-02-11 13:43 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2015-02-11 13:43:56 UTC
Created attachment 151950 [details]
IDE log

Please try following in JS file


    tryit(
            /**
             * Comment
             * @
             */
                    function name(tr1, tr2) {

                    });



and try to invoke cc after the "@", it should offer JSDoc annotations like @param, but nothing is offered.


Thank you



Product Version: NetBeans IDE Dev (Build web-main-1920-on-20150211)
Java: 1.7.0_67; Java HotSpot(TM) Client VM 24.65-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_67-b01
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)
Comment 1 Petr Pisl 2015-04-09 12:55:51 UTC
Fixed in web main.
Comment 2 Quality Engineering 2015-04-10 03:09:08 UTC
Integrated into 'main-silver', will be available in build *201504100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8d3f03c55f1a
User: Petr Pisl <ppisl@netbeans.org>
Log: #250369 - Missing code completion for JSDoc in anonymous function
Comment 3 Vladimir Riha 2015-04-12 15:04:14 UTC
Thank you, verified

Product Version: NetBeans IDE Dev (Build 201504110001)
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Linux version 3.13.0-45-generic running on amd64; UTF-8; en_US (nb)