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

Summary: Support for packages
Product: javascript Reporter: Vladimir Riha <vriha>
Component: RequireJSAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.1   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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