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

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -