Replies: 1 comment
-
Unfortunately, this is a known issue with Rider and IdeaVim. IdeaVim will set the selection before calling an action to reformat the selection, but due to Rider's async nature, the action is executed before the selection is processed. The issue VIM-2808 has a couple of workarounds until the issue is fixed properly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suddenly every time I paste with vim in Rider using c++(so in both cpp and h files) it reformats the entire file with code cleanup. How do I disable this?
Beta Was this translation helpful? Give feedback.
All reactions