copy-with-imports icon indicating copy to clipboard operation
copy-with-imports copied to clipboard

Not working with VSCodeVim

Open joeytwiddle opened this issue 11 months ago • 0 comments

I'm using the VSCodeVim extension, and Copy With Imports wasn't doing anything. I'm currently using macOS.

I found it worked if I disabled two of the Vim keybinds:

  { "key": "cmd+c", "command": "-extension.vim_cmd+c" },
  { "key": "cmd+v", "command": "-extension.vim_cmd+v" },

I have not tried to get Vim's y(ank) and p(aste) keys working. At least Cmd+C and Cmd+V work.

joeytwiddle avatar Feb 08 '25 09:02 joeytwiddle