errael opened a new issue, #7986:
URL: https://github.com/apache/netbeans/issues/7986
### Apache NetBeans version
Apache NetBeans 24 release candidate
### What happened
(24-rc3)
Code completion for javadoc doesn't work in `package-info.java` file.
### Language / Project Type / NetBeans Component
java code completion
### How to reproduce
1. New project -> java with maven, Java Application -> finish
2. Over the package folder, new -> Java Package Info
3. In the "package-info.java" above the package decl add a comment, like:
/**
* {@
*/
package com.raelity.play.mavenproject2;
4. With the cursor after the "{@", invoke code completion.
Observe: "No suggestions"
### Did this work correctly in an earlier version?
No / Don't know
### Operating System
ubuntu
### JDK
openjdk 23.0.1 2024-10-15
### Apache NetBeans packaging
Apache NetBeans binary zip
### Anything else
Every time
### Are you willing to submit a pull request?
No
--
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