Reputation: 99
I looked through the settings/plugin pages but couldn't find what I needed, I am hoping to make the following things possible:
While typing, eclipse should give me live predictions of what I could type next - Android Studio uses this feature, it shows me immediately what I maybe want to use, even whole Overrides can be live predicted - Eclipse otherwise doesn't show me anything right now...
When saving automatically import missing classes
When creating a new class automatically load a customizable preset instead of the empty class
A theme like the popular dark theme "Moonrise UI" but with lighter gray background color.. Couldn't find one :/
Upvotes: 0
Views: 92
Reputation: 2734
1. answer is here or
window > preferences > Java > Editor > Content Assist > Auto activation triggers for java > (type) ._abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
2. answer is here or
window > Preferences > Java > Editor > Save Actions > (Configure)
3. code templates (window > preferences > Java > Code Style > Code Teplates > Code > New Java Files (and/or Class body)
4. ...
Upvotes: 1