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
   
![obraz](https://github.com/user-attachments/assets/5d967ed4-312a-4155-9f4d-c377e498cd31)
   
   NB14
   
![obraz](https://github.com/user-attachments/assets/ee2ff7ea-37e9-44ab-81f2-e75471089071)
   
   
   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

Reply via email to