rarila opened a new issue, #6465: URL: https://github.com/apache/netbeans/issues/6465
### Apache NetBeans version Apache NetBeans 19 ### What happened Formatting of "uses" seems to be broken. Whatever option one selects in `Options/Editor/Formatting/PHP/Uses`, you'll end up with the standard formatting: ``` <?php namespace MyProject; use Vendor\Package\Type; use Vendor\Package\Type2; use const Vendor\Package\CONSTANT; use function Vendor\Package\fnc; ``` Also `Options/Editor/Formatting/PHP/Blank_Lines/Between_Use_Types` is ignored ### How to reproduce _No response_ ### Did this work correctly in an earlier version? Apache NetBeans 18 ### Operating System Win ### JDK OpenJDK 20.0.2 ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else _No response_ ### 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
