Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|
...
Configuration
Application memory
Eclipse will perform terribly unless you give it a few GB of memory (RAM).
In the installation folder, find eclipse.ini
. Ensure is contains the following JVM options:
Code Block |
---|
-Xms512m -Xmx2g |
...
- Clear "Always show Welcome at start up" at the bottom right corner of the Welcome menu.
General settings
In Window > Preferences > General:
- Set "Show heap status"
Editor settings
In Window > Preferences > General > Editors
Text Editors:
- Set "Displayed tab width" to "3"
- In "Spelling", clear "Enable spell checking"
Workspace settings
In Window > Preferences > General > Workspace:
- Set "Refresh using native hooks or polling"
- Set "Show full workspace path"
- Set "Text file encoding" to "UTF-8"
- Set "New text file line delimiter" to "Unix"
- In "Build", set "Save automatically before build"
Importing Gradle Projects
...