czukowski commented on issue #6039: URL: https://github.com/apache/netbeans/issues/6039#issuecomment-1638265462
Thanks @junichi11 I've tried to reproduce the issue with the largest open source PHP based project I know (Magento) but I wasn't able to reach similar results. I was able to partially mitigate the issue in NB18 by adding most of the `vendor` folder to Ignored directories, to the point that "Fix Imports" is usable again. I'll post an update when NB19 is out, however I fear that the main cause of the issue is the operating system and its notoriously slow (or so they say) file system, multiplied by the project size and amount of data to parse and changes to "Fix Imports" only helped to manifest that more. Perhaps there is a space for some optimizations in that field, but it seems like a lot of work and definitely outside of the scope of this issue. -- 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
