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 245160 - Support for packages
Summary: Support for packages
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: RequireJS (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-20 13:01 UTC by Vladimir Riha
Modified: 2014-06-20 13:01 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 2014-06-20 13:01:55 UTC
Modules can be "loaded" as packages (see [1]), in such case editor's requirejs features (code completion, go to declaration) does not work properly because module is loaded in define() or require() by package name, not file. Would be nice to have support for this as well. 




[1] http://requirejs.org/docs/api.html#packages