errael commented on issue #7986:
URL: https://github.com/apache/netbeans/issues/7986#issuecomment-2498732439
A workaround is to
1. temporarily rename file to `package_info.java`
2. put a copy of the `package ...` statement above the comment
3. comment out the original `package ...` statement
4. Add the following after the comment
`public class package_info{ }`
5. make edits using completion at will
6. undo the structural changes and rename back to `package-info.java`
--
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