Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to highlight text during "insert mode" in conjunction with insertCursorAtEndOfEachLineSelected #4638

Closed
ralphie02 opened this issue Mar 9, 2020 · 1 comment

Comments

@ralphie02
Copy link

Describe the bug
Unable to highlight text during "insert mode" after using editor.action.insertCursorAtEndOfEachLineSelected

To Reproduce
Steps to reproduce the behavior:

  1. Open/create a file with multi-line text
  2. On normal mode, highlight multiple lines
  3. Press shift + a to enable insertCursorAtEndOfEachLineSelected with insert mode
  4. Proceed to highlight text using shift + left arrow key.

Expected behavior
Text that the cursors pass through gets highlighted but

Environment (please complete the following information):

  • Extension (VsCodeVim) version: v1.13.0
  • VSCode version: 1.42.1
  • OS: Windows_NT x64 10.0.18363

Additional context

Note that this only happens when vim is enabled, tried to disable then proceeded to use insertCursorAtEndOfEachLineSelected normally without issues.

@J-Fields
Copy link
Member

Duplicate of #2438

@J-Fields J-Fields marked this as a duplicate of #2438 Mar 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants