Bug 442593 - Extend occurrences support to JSDoc
Summary: Extend occurrences support to JSDoc
Status: CLOSED DUPLICATE of bug 424040
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: JS Tools (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-26 10:44 EDT by Michael Rennie CLA
Modified: 2014-09-02 13:47 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rennie CLA 2014-08-26 10:44:56 EDT
Selecting identifiers in doc should mark the associated occurrences:

1. selecting a param name should mark the param + use
2. selecting the return / object type should mark all of the return statements in the function
3. selecting a name would mark the function name
Comment 1 Michael Rennie CLA 2014-09-02 13:47:02 EDT

*** This bug has been marked as a duplicate of bug 424040 ***