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
Post a Comment