Intellisense-box function selecting. Follow
I'm having problems with the intellisense box provided by Resharper.
When I type the beginning of this:
DateTime.Pa
I get this:
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
Please sign in to leave a comment.
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
Hello,
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!”