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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -