Intellij autocomplete (a function name) till names diverge and not complete to first suggestion in list -


i trying accomplish quick partial auto-completion in intellij, when typing this:

line.setst 

i these auto-complete suggestions:

setstrokewidth setstrokedashoffset setstrokelinecap setstrokelinejoin setstrokemiterlimit .... 

now wish use auto-complete complete till search results start differ. have no idea if there shortcut this. wish auto-complete to:

setst <press something> setstroke 

is possible? annoys me since used in linux terminal.

there's no such option in intellij idea 14. can use camel hump completion , type letter starting words inside identifier need. example, if wish choose "setstrokemiterlimit" list don't want type common prefix, don't need to. need typing "m" after "setst" (so becomes "setsm"). or "setsl". uppercase not necessary: "ssml" match "setstrokemiterlimit", too.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -