haku
haku

Reputation: 4505

Is there a way to import key mappings from Visual Studio into Rider IDE?

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.

Upvotes: 1

Views: 3064

Answers (1)

Korfu
Korfu

Reputation: 831

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

Upvotes: 1

Related Questions