Intellij idea is popular these days, For some reason Eclipse is free and has all the features I use a lot, so I summarized the settings to quickly create an Eclipse environment that is easy to develop personally (Scheduled to be added sequentially)
Pleiades All in One 4.6.3.v20170422(Eclipse Neon 3) Standard Edition(Java)
--Settings> Java> Installed JRE: Add jdk and check it. If JRE is set, it will be erased
--Settings> Java> Code Style> Formatter: Import → [eclipse-java-google-style.xml](https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style .xml) --Settings> Java> Code Style> Formatter: Edit → Change to Indent Size 4
--Settings> General> Appearance: Change look and feel to MoonRise --Settings> General> Appearance> Colors and Themes: Insert Rainbow Drops from [Import Theme]
--Settings> General> Appearance> Colors and Fonts: Change to your favorite font and size with default edits --Settings> General> Appearance> Colors and Fonts: Basic> Change Dialog Font to Meiryo UI --Settings> General> Workspace: Change line delimiter to [Unix] for new text file --Settings> General> Editor> Text Editor: Check Show whitespace (In visibility configuration, uncheck whitespace)
--Help> Marketplace: Install Vrapper (Vim extension)
Recommended Posts