Import/Export Code Formatting Settings from NetBeans
Join the DZone community and get the full member experience.
Join For Freein short: to share settings (e.g. code formatting) from netbeans with eclipse a little bit of work has to be done. for netbeans you have the following possibilities
-
either directly use the file
'home'/.netbeans/6.0/config/preferences/org/netbeans/modules/java/source/codestyle/default.properties
- use the eclipse importer . now you can use the project within netbeans and sync etc.
or you could load the settings (e.g. the settings from previously
imported eclipse project) via “right-clicking the
project”->properties->formatting->use project specific
options->load from other project
other possibilities? let me know
NetBeans
Opinions expressed by DZone contributors are their own.
Trending
-
Tactics and Strategies on Software Development: How To Reach Successful Software [Video]
-
A React Frontend With Go/Gin/Gorm Backend in One Project
-
Front-End: Cache Strategies You Should Know
-
Turbocharge Ab Initio ETL Pipelines: Simple Tweaks for Maximum Performance Boost
Comments