You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "rossluk (via GitHub)" <gi...@apache.org> on 2023/05/04 10:19:46 UTC

[GitHub] [netbeans] rossluk commented on pull request #5900: [PHP] FixUsesPerformer and AddUseImportSuggestion improvement

rossluk commented on PR #5900:
URL: https://github.com/apache/netbeans/pull/5900#issuecomment-1534488403

   > I looked at only changes of `FixUsesPerformer.java`. I don't understand what the changes are doing yet at the moment. (Large changes and complicated.)
   
   If you add some unimported class to the file and put cursor on it you'll see the bulb with suggestion to add new "use" for the class (previously it didn't work properly for classes, but for constants) and when you click "Generate use NS/YourClass" it will add it to the "uses" (previously it wasn't respect the options and order and tried to add the value to the end of "uses" list, but now it even tries to regroup old uses due to options selected).


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists