troizet opened a new issue, #5427:
URL: https://github.com/apache/netbeans/issues/5427

   ### Apache NetBeans version
   
   Apache NetBeans 16
   
   ### What happened
   
   The documentation does not show the property type unless the `@var` tag is 
specified for the property in phpDoc.
   
   ### How to reproduce
   
    - write a code
   
   ```php
   class newPHPClass {
   
     //The type is displayed here. 
     public string $test;  
       
     /**
      * The type is not displayed here. 
      */
     public string $test2;
     
     /**
      * The type is displayed here. 
      * @var string
      */
     public string $test3; 
   
   }
   ```
   - use autocomplete or `Ctrl + hover` to display the documentation.
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Ubuntu 20.04.5 LTS
   
   ### JDK
   
   OpenJDK 64-Bit Server VM 11.0.17+8-post-Ubuntu-1ubuntu220.04
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
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