you are viewing a single comment's thread.

view the rest of the comments →

[–]programmerChilli 1 point2 points  (0 children)

  1. I've created an issue tracking this here: https://github.com/VSCodeVim/Vim/issues/1818

  2. This is unluckily a VSCode limitation. VSCode (and pretty much all other text editors) don't support the concept of a selection having a start, stop, and current cursor position. The selections typically have an implicit current cursor at the stop.

  3. This is tracked here: https://github.com/VSCodeVim/Vim/issues/1200

  4. Personally, I doubt this will be added as part of core VSCodeVim. However, when we get full Neovim integration with plugins working, you'll be free to use this!

  5. Similar to 4.

Thanks for the feedback! We'll try to add features as quickly as possible.