JaroslavTulach opened a new pull request #3223: URL: https://github.com/apache/netbeans/pull/3223
A currious user of VSCode wrote: <!-- GR-33746 --> _If you create a class with a package name an invalid class is created. The package should be created and the file placed in the correct sub directory according the the package and named correctly._ The VSCode UI is pretty minimalistic and rather than enhancing it, I suggest to improve `JavaDataObject.createFromTemplate` to understand `.` and create the necessary structure itself. -- 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
