mzawodzinski opened a new issue, #7600: URL: https://github.com/apache/netbeans/issues/7600
### Apache NetBeans version Apache NetBeans 22 ### What happened NB22 did not detect any classes from the project in autocomplete, only native are available NB22  NB14  I tried remove nbproject and ~/.cache/netbeans/22 Without changes ### Language / Project Type / NetBeans Component PHP ### How to reproduce Create new empty project, add new file write simple code like this ``` <?php class someClass{ private int $x; public function __construct() { $this->(ctral+space) } } ``` ### Did this work correctly in an earlier version? Apache NetBeans 16 or earlier ### Operating System Debian testing ### JDK openjdk 23-ea ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else Install from official deb file. That's why I only have 14 of the earlier versions ### 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
