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 224895 - Code completion in JSDoc
Summary: Code completion in JSDoc
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-15 08:20 UTC by Vladimir Riha
Modified: 2014-10-06 13:06 UTC (History)
0 users

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 Vladimir Riha 2013-01-15 08:20:55 UTC
It would be nice to have code completion in JSDoc for e.g. types ("classes") in cases like @type,@returns, @param etc.:


/**
 * 
 * @returns {cc here}
 */
function foo(){}
Comment 1 Martin Fousek 2013-01-15 08:26:51 UTC
Really good idea Lado, thanks for reporting!