Question

I want to jump out from quotes. When I was not using ReSharper 'Tap' key helped to jump out from double quotes, but it is not working when using ReSharper. Of course I do not want to use right arrow key.

Help please.

reharper

Was it helpful?

Solution

If you're looking to jump out of the method arguments altogether, use Ctrl+Shift+Enter (Complete Statement). If your intention is to quit the current string value to start entering the next argument, then I'm not sure anything apart from the right arrow or Ctrl + right arrow will work. What's the 'Tap' key btw?

OTHER TIPS

As a workaround you can also use Ctrl+W which is 'Expand selection'. Pressing it around three times will select the entire string literal. Then you can press to go to the right side of selection.

I'm not sure whether there is such a command in Resharper, but if you're saying that this command there was in VS before Resharper then you can find this command in Options->Environment->Keyboard

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top