Skip to content

Repeat Comments Vim Scripts Not Working with Rider #782

Answered by lippfi
Marchonq asked this question in Q&A
Discussion options

You must be logged in to vote

AFAIK, nothing has changed from the Vim Script perspective, and it seems to be an issue with action execution in the IDE. I've created a ticket to investigate this issue: https://youtrack.jetbrains.com/issue/VIM-3229/Repeat-Comments-Vim-Scripts-Not-Working-with-Rider.

IdeaVim supports the Commentary plugin, as detailed here: https://github.com/JetBrains/ideavim/wiki/IdeaVim-Plugins#commentary. Will this be sufficient for your needs?

P.S. There is no need to pass action CommentByLineComment to the execute command; action is already a Vim command.
P.P.S. The CommentByLineComment action works with selections. You could select total lines and then execute the action once.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Marchonq
Comment options

Answer selected by Marchonq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants