1. Set the background color:
Hue 85, saturation 90, brightness 205
rgb:199, 237, 204
2. Set the font for the code
To set the font for Java file code:
To set the font for the code in the XML file:
3. Set auto-complete code
Just learned Android, there are many variables and methods are unfamiliar. Need to be prompted to be more convenient.
Shortcut: Alt +/can appear code hint.
The default is only the input "." After the code completion prompt, can be set as follows:
In auto activation triggers for Java: That column is modified to ". _abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz"
Indicates that any character, such as input. _ABC, will have code completion hints.
The following settings are also used in XML:
Plus "<=:_abcdefghijklmnopqrstuvwxyz."
There are many other optimization configuration, as well as shortcut key configuration, in the future learning and development in the accumulation of slowly!
Reprint please mark the original address: http://blog.csdn.net/liukang325/article/details/21747065
Configuration optimization Eclipse