I just started using Intellij 12, and I cannot get Code Completion to work. According to the manual, I should be able to hit enter or tab to select the suggestion. For example, if write the code below, a suggestion box shows up showing a couple of suggestions (put, putAll). How do I actually select one of those? Very frustrated. Thanks.
map.put
Try up and down cursors to select one and then hit enter.