Is it possible to call Intellij IDE actions with IdeaVim plugin (via some bindings maybe)?
For example:
:runfile
Will run current Java class.
I know about Quick Action Menu Cmd+Shift+A, but I want to use IDE in Vim style.
Is it possible to call Intellij IDE actions with IdeaVim plugin (via some bindings maybe)?
For example:
:runfile
Will run current Java class.
I know about Quick Action Menu Cmd+Shift+A, but I want to use IDE in Vim style.
Yes, you can use :action and :actionlist commands.