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 256681

Summary: Code completion of non-test files in proper module doesn't work
Product: javascript Reporter: Ondrej Brejla <obrejla>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P2    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Ondrej Brejla 2015-11-19 10:04:13 UTC
When one is in a JS test file in some module, e.g.:

PROJECT/tests/modules/base.dt/js/api/MyTestSpec.js

...and want to complete some other non-test files from the same module, e.g.:

PROJECT/public_html/modules/base.dt/js/api/Whatever.js

...then it doesn't work. It worked in a dev build.
Comment 1 Petr Pisl 2016-07-19 14:32:24 UTC
Create RequireJs mapping in project properties, where map base.dt module to public_html/module/base.dt .