c# - How to change the preselection of suggested variable names in the Resharper intellisense -
when write variable indexfilerepository
, hit ctrl+space resharper intellisense suggests me following options:
filerepository, indexfilerepository, repository, filerepository, indexfilerepository, operator, repository
and preselects last 1 - repository
.
how can make resharper preselect indexfilerepository
automatically instead of repository
e.g. in intellij idea? i'd avoid pressing up/down arrows time.
note: continue typing ind
or camel case ifr
doesn't either:
for indexfilerepository ind
suggests:
index, indexfile, indexfilerepository
and indexfilerepository ifr
suggests:
iffilerepository, ifindexfilerepository, ifrepository, ifrfilerepository, ifrindexfilerepository, ifrrepository
Comments
Post a Comment