Chris2011 commented on issue #4039: URL: https://github.com/apache/netbeans/issues/4039#issuecomment-1111433931
Hey @esafzay the plugin you mentioned never worked that well or good enough for production. It was to slow, to laggy, throws some exceptions etc. You can follow the tickets on the repo. I wanted to have a look but I left them. My idea is still to create a plugin for that, because for a lot of things a plugin is the way to go due to the release cycle, licences etc. inside the NetBeans core code. A vote for plugins to implement will be also cool for sure. My plugin idea is to create a plugin which supports prettier and prettier can handle formatting based on .editorconfig files. I don't want to write a custom formatter for each language that NetBeans supports. I will use prettier as an external process to handle all supported languages in prettier which you can find here: https://prettier.io/ scroll down to section "Works with the Tools You Use". -- 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
