In ReSharper 6.1, when I want to autocomplete something like EnableCap.LineSmooth
, I get something like this:
The problem is, because it displays the full name of enum + enum options, I can't just type "En" + [Tab] to autocomplete "EnableCap." and then start typing "Li", because as soon as I hit tab the first time, it tries to auto-complete the whole thing, with an option I don't want. So now I have to type the entire "EnableCap." before I can start filtering down the options I actually want.
So my question is, how do I either
a) Tell resharper to only display autocompletes up to the dot
b) Is there a different hotkey other than tab to only complete the first bit?