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

Identifier highlights do not appear with keyboard movement #3885

Closed
sandersn opened this issue Jul 11, 2019 · 1 comment
Closed

Identifier highlights do not appear with keyboard movement #3885

sandersn opened this issue Jul 11, 2019 · 1 comment

Comments

@sandersn
Copy link

Identifier highlights do not appear when you move the caret with the keyboard, but do when you move it with the mouse. I tested this on TS and JSON files.

To Reproduce

Open a TS file:

var abcde = 1
console.log(/*1*/abcde)

Use the keyboard to move to the point marked /*1*/. It does not matter if you are in insert mode or normal mode, whether you use arrow keys, hjkl or something like fa.

Expected behavior
Both instances of abcde should be highlighted. Neither are.

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.8.1
  • VSCode version:1.36.0
  • OS:Linux x64 4.15.0-51.generic (it is some version of Ubuntu)

Additional context
Works fine when clicking.
Works fine when Vim is disabled.

@sandersn
Copy link
Author

Oop, duplicate of #3044. That issue's title is really wordy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant