I'm using netbeans 7.3 with code completion feature and enabled 'Auto popup on typing any Java Identifier Part'
I'm trying to type
System.out.println("Some string")
So when I reach this point:
System.out.println(
it automatically fills
System.out.println();
which is top of the popup list. Though while I'm typing the previous characters, the first item in list pop-up list is selected. But not filled automatically. When reaching '(' it happens.
I don't want to completely disable the feature. Just want to reorder the items so that I can get what I want faster. Is that possible?