jtulach opened a new issue, #6232: URL: https://github.com/apache/netbeans/issues/6232
### Apache NetBeans version Apache NetBeans 18 ### What happened We are importing scala classes and innerclasses in our project and have to do it with `$` (not `.`) syntax. Code completion seems to be fine with that:  however when I press Enter on any of the items, it is improperly inserted:  probably the `$` in the class name confuses the system. ### How to reproduce Here are [the instructions](https://github.com/enso-org/enso/tree/develop/tools/enso4igv#building-vscode-extension) to build the _Enso VSCode Extension_ and open the Enso sources. But I assume this problem is going to appear with any `$` based import (from Scala) of deeply nested classes. ### Did this work correctly in an earlier version? No / Don't know ### Operating System Linux ### JDK JDK-11 ### Apache NetBeans packaging Apache VSNetBeans for VSCode ### Anything else _No response_ ### Are you willing to submit a pull request? 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
