Intellisense-box function selecting.

I'm having problems with the intellisense box provided by Resharper.

When I type the beginning of this:

DateTime.Pa

I get this:
asdfasdf.png
Why does it select the second one first? Is there a way to modify this behavior?

I can avoid it by typing Parse and then open the braces, but the VS intellisense box selects Parse first so I can do CTRL+Space and then (if I wan't to) continue typing to use the second function.

Thanks,

-Kristof

2 comments
Comment actions Permalink

As I recall, there is a feature in R# or VS, I can't remember which, that tracks which one of those you selected last, and then automatically reselects that one initially when you do it again.  I don't remember if it's a feature you can turn off or not.

Brad

0
Comment actions Permalink

Hello,

As I recall, there is a feature in R# or VS, I can't remember which,
that tracks which one of those you selected last, and then
automatically reselects that one initially when you do it again. I
don't remember if it's a feature you can turn off or not.


Both Visual Studio and R# have this functionality. In VS, there's also an
action to reset the statistic. In R#, seems like the behavior cannot be controlled.


Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”


0

Please sign in to leave a comment.