Re# intellisense default selection
is there a way to set Re# intellisense to default select the first selection rather then default to the last on that list?
eg. " one.ToString() " it default to "ToString(string) overloaded method instead of the not top most."
this would save me so much times if i don't have to arrow up every time.
thank you in advance.
Please sign in to leave a comment.
Welcome to my world. :(
You can arrow down when at the bottom of a list and it will wrap around to the top of the list.
That does not completely remove the annoyance but should at least help some.
Hello,
R# is selecting the most frequently used item by default. Theoretically,
you should be able to "teach" it preselect the item you use most.
Also, completion supports acronyms since, I guess, v 4.0 -- capital letters
of the symbol you're trying to complete will navigate to the best match.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”