2

When I use the 'Jump To ...' context menu CodeRush drops a marker before jumping, so that I can navigate back.

When I CTRL-F in Visual Studio it doesn't.

How can I configure CodeRush to add this handy little navigation aide.

cometbill
  • 1,619
  • 7
  • 19
  • 41

1 Answers1

7

Ok simple enough

  • Create a new Shortcut using instructions found here
  • Specify Ctrl+F as the Key
  • Specify MarkerDrop as the Command
  • Then check the "after executing this command, pass shortcut to IDE for default handling" checkbox.

Ctrl+F should now drop a marker whenever it launches the Find Dialog.

More detail and bonus Marker tips are available here

Rory Becker
  • 15,551
  • 16
  • 69
  • 94