Giter VIP home page Giter VIP logo

eclipse-java-preferences's Introduction

Eclipse Style for Java

  1. Set settings for editor (General)
    • Widow -> Preferences -> General -> Editors -> Text Editors.
      • Check "Insert spaces for tabs"
      • Check "Show print margin"
      • Check "Show print Margin" and "Show Line Numbers"
      • Set "Print margin column" to 120
  2. Set settings for Java Editor
    • Widow -> Preferences -> Java -> Editor -> Save Actions
      • Check "Perform the selected actions on save"
      • Check "Format source code" -> Format all lines
      • Check "Organize Imports"
      • Check "Additional Actions" -> Click configure
        • Go to "Code Organizing" tab
        • Check "Remove trailing whitespace" -> "All lines" and "Correnct indentation"
        • Go to "Control Statements" tab
        • Control Statements -> "User blocks in if/while/for/do" statements -> "Always"
        • Expressions -> "Use parentheses in expressions" -> "Always"
        • Number literals -> "Use uppercase for long literal suffix"
        • Variable declarations -> "Use modifier 'final' where possible" -> check all checkboxes
        • Go to "Missing Code" tab -> check all checkboxes
        • Go to "Unnecessary Code"
        • Unused code -> "Remove unused imports"
        • Unnecessary code -> "Remove unnecessary casts"
        • Unnecessary code -> "Remove unnecessary '$NON-NLS$' tags"
        • Unnecessary code -> "Remove redundant semicolons"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.