copy-with-imports
copy-with-imports copied to clipboard
Not working with VSCodeVim
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.