rossluk commented on PR #5900: URL: https://github.com/apache/netbeans/pull/5900#issuecomment-1546604991
@junichi11 Let me know if I can help. I've spent much time on it and don't think it's easy to make it more understandable (at least without crucial changes in FixUsesPerformer original code). It was much clearer and straightforward before PSR12 introduction, because main issue is empty line handling (especially on regroups), which are pretty complicated task. I could try to remove all the single import logic related to PSR12 just to reduce maintenance cost (it still should work good enough if USES were formatted properly by user before an import). NetBeans for Java has single import functionality, PhpStorm as well, so would be nice to implement it somehow, especially when AddUseImportSuggestion is broken and FastImport does obsolete things by importing files in times when we have composer autoloading. -- 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
