Plugins (1085)


Training and Consulting (46)



EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 585
Comments: 0


Category: Plugin Directory / Tools / Format on save

Format on save 
Rate this plugin | Report broken link | Details | Comments (2)

Rating: 7.6 (5 Votes) | hits: 2
Format on save

Version: 1.1.0
Support Eclipse Version: 3.1 or later
License: Free GPL
Development Status: Production/Stable
Company:
Plugin home pageHome Page
Plugin SupportPlugin Support
Discussion ForumsDiscussion Forum

Automatically runs commands like Organize Imports and Format when a Java file is saved, just as if the user had used Ctrl+Shift+O, Ctrl+Shift+F. The commands executed for each file can be easily configured using toolbar buttons, and defaults can be set in a preference page. Supported commands: - Organize Imports - Sort Members - Correct Indentation - Format
Added on: 30-Mar-2006




Last 2 Comments


User: AnonymousRating: 12008-09-03 09:04:05
Does not work with Ganymede, which makes this plugin pretty useless.


User: AnonymousRating: 102008-01-15 20:12:13
This plugin is great if you don't want to think about formatting while you code. Just setup how you want your code to look in the Eclipse preferences, and this plugin will automatically format, sort, and organize imports. Sure you can use a keyboard shortcut to do these things, but this is automatic. It also gives you the option to turn on/off each of these commands per file. You just have to keep in mind what will happen when you save. For example, if you don't have all your braces closed, things can get pretty messed up when you format (though you can undo of course).