mokraemer opened a new issue, #5057:
URL: https://github.com/apache/netbeans/issues/5057
### Description
If you use JS-modules, the codecompletion does not work as expected:
m2.js:
```
'use strict';
export function test(){
alert("test called");
}
```
m1.js:
```
'use strict';
import * as example from './m2.js';
```
if you type "example." the function "test()" is not found.
### Use case/motivation
_No response_
### Related issues
_No response_
### Are you willing to submit a pull request?
No
### Code of Conduct
Yes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists