Melhorando a produtividade com a configuração do Eclipse
Configurei o meu eclipse desta forma e na minha opinião melhorou a produtividade.
General > Appearance Marcar "show traditional style tabs" Desmarcar "enable animations"General > Editor > Text Editor Marcar "show line numbers"
General > Editor > Text Editor > Spelling Desmarcar "Enable spell check"
Java > Editor > Content Assist Marcar "completion overwrites" Marcar "insert common prefixes automatically" Marcar "guess filled method arguments"
Java > Editor > Typing Marcar "Semicolons" Marcar "Braces"
Java > Editor > Save Actions Marcar "Perform the selected actions on save" Marcar "Organize imports" Marcar "Additional actions" e clicar no botão "Configure...": Aba Code style: Marcar "Use blocks in if/while/for/do statements" e selecionar "always" Aba Unecessary Code: Marcar "Remove unused imports" Marcar "Remove unecessary casts" Aba Missing Code: Marcar "Add missing annotations", "@Override" e "@Deprecated" Aba Code Organizing: Marcar "Remove trailling whitespace" e selecionar "all lines"
Java > Compiler > Errors/Warnings: Mudar para "ignore" as opções da seção "Generic Types" - melhor do que ficar adicionando @SuppressWarnings
Java > Debug Desmarcar "Suspend execution on uncaught exceptions"
Essa aqui também é muito útil.. se quiser colocar:
Java -> Editor -> Mark Occurrences -> Marcar tudo
Thiago Avelino
06/10/2011 em 17:16