0

On Resharper's documentation I found out that this feauture can be used with "Alt + J" shortcut. But when I select the name of some variable and click foregoing shortcut nothing happens. Am I doing something wrong?

Vozn1akHero
  • 41
  • 2
  • 6

2 Answers2

2

According to this tracking issue - this doesn't appear to be currently supported by resharper.

However, starting with VS 2017, there is a native command that will select the next matching text:

Shift + Alt + . - Edit.InsertNextMatchingCaret

select next

See Also: What is the equivalent shortcut for CTRL + D of VSCode in Visual Studio?

KyleMit
  • 30,350
  • 66
  • 462
  • 664
0

Depending on your extensions, sometimes there are conflicting Shortcuts.

You can have a look at the Visual Studio Shortcuts at Tools | Options | Environment and then Keyboard

Have a look at the complete Tutorial here: https://www.jetbrains.com/help/resharper/Configuring_Keyboard_Shortcuts.html

d4zed
  • 478
  • 2
  • 6
  • 16