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 - Code completion of non-test files in proper module doesn't work
Summary: Code completion of non-test files in proper module doesn't work
Status: RESOLVED INVALID
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-19 10:04 UTC by Ondrej Brejla
Modified: 2016-07-19 14:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 .