1

I would like to import all the custom key bindings I have set in VS2019 over to the Rider IDE. What are the ways I could achieve this besides manually moving each of them?

I tired export setting from the visual studio and tried importing the settings into Rider. That didn't work.

haku
  • 4,105
  • 7
  • 38
  • 63
  • Report that to the issue track and wait for it to be worked on, https://youtrack.jetbrains.com/issues/RIDER – Lex Li Dec 17 '21 at 21:27

1 Answers1

1

TLDR: It's possible on first launch of Rider. Otherwise you need to reset it to default settings.

This official blogpost explains how to do it: import-settings-from-visual-studio-and-vs-code-to-rider

After successful migration of keymaps you will see something like that in keymap: enter image description here

Korfu
  • 673
  • 5
  • 20