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

   ### Apache NetBeans version
   
   Apache NetBeans 14
   
   ### What happened
   
   Hello,
   
   Just a simple question. Is it possible to activate autocompletion for
   PHP Attributes in Netbeans 14 ?
   
   For an attribute like this :
   
   ```
   #[Attribute]
   final class MaxLength(int $maxLength) { ... }
   ```
   
   And use it like this :
   ```
   
   #[MaxLength(40)] // <-- Autocomplete here !
   private string $test;
   ```
   
   I didn't find any documentation on this trick.
   
   Thank you !
   
   Sébastien
   
   ### How to reproduce
   
   
![autocompletion](https://user-images.githubusercontent.com/108365806/176608660-c259c6d1-65c8-4112-a666-c624bb7e3493.png)
   
   Not test in an earlier version
   
   ### Did this work correctly in an earlier version?
   
   No
   
   ### Operating System
   
   Linux Ubuntu
   
   ### JDK
   
   OpenJDK 64-Bit Server VM 17.0.3
   
   ### 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