CodeInsight tips
When using CodeInsight, you can accept the currently highlighted selection in the CodeInsight pop-up window with the period (.) character. The selected name is automatically entered in the editor followed by a period. CodeInsight appears again for the next selection. This is useful for completing variable names with multiple embedded periods such as <code>System.out.println</code>
.