rossluk commented on PR #5900: URL: https://github.com/apache/netbeans/pull/5900#issuecomment-1589978735
@junichi11 Thanks for a try and for your time. Hope it would be implemented somehow in the future. Should I close the request? > I think we can add a single use name with the current implementation. (We can replace the whole use names instead of appending a single use name to existing use names.) I suggest to left it intact until there is no proper logic for a single use import. For Java it works as a single import, in PhpStorm as well, and it's good to have expected/consistent behavior when people are switching between tools. For example in my case I often put uses grouped by vendor packages, then uses of our private vendor packages and then current project uses, so with a single use import after manual formatting it will go in proper place, but with whole replace it will break the formatting. Fix imports already can do it this way so it is unnecessary. -- 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
