0

Wanted to create a _ideavimrc file but I cannot find the commands that Rider uses.

Such list exists in VisualStudio under Tools | Options | Environment | Keyboard . Example command being: Build.BuildSolution. Then I could use it in my _vsvimrc file (for VsVim).

But I cannot find such a list on Rider.

gringo_dave
  • 1,372
  • 17
  • 24

1 Answers1

0

Following this blog post :

There are two ways to find the action ids. First, while in normal mode in the editor, type:

:actionlist

This will show the full list of action ids.

However, it’s hard to find what you’re looking for this way.

This is why I like the second method. From the action menu enable IdeaVim: Track Action Ids.

Then using your mouse (I know, just for this time), use the feature you want. > Finally, you will find the name of the action in the Event Log.

gringo_dave
  • 1,372
  • 17
  • 24