editorconfig-netbeans
editorconfig-netbeans copied to clipboard
Integration with NetBeans formatting options
Instead of some magic that happens when you save your file, it would be better to allow to load the formatting options from an .editorconfig
file directly into NetBeans formatting options (overwriting them). This way formatting will also work with manual format (Alt+Shit+F).
I don't think that each config property inside editorconfig, can map to the options, due to limitations for other languages than Java. So it would be better to fix the plugin IMHO.
@Chris2011 thanks for keeping the topic alive.
@Yserz and I haven't been working on the NetBeans EditorConfig plugin for years. We both are fulltime TypeScript developers now and work most of the times with WebStorm and Visual Studio Code. That's why we deprecated the NetBeans EditorConfig plugin.
I just added a deprecation notice and linked to the ticket on the Apache's JIRA board.
I think the biggest problems are those bugs: #109, #110 and #111. if those could be fixed, we can think of transfering the code to the Apache NetBeans core :). But before I don't think so.