-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Can't jump to matching html tag in .jsx when in visual line mode #4917
Comments
Also as a side note, matching pairs don't show up when in Visual Line mode |
Might be related to this: microsoft/vscode#99896 |
I'm back here again, not a huge deal as I've started to dabble with PyCharm but thought I would confirm this is still not working |
Having the same issue. Worth noting that it jumps to the matching pair correctly in normal mode. I would expect visual line mode (or visual mode which has the same issue) to work the same. |
Also seeing the same thing. Adding a when clause "vim.mode == 'VisualLine'" to the shortcut doesn't seem to do anything. |
same issues |
Just wanted to ask but is there a way to make I can't figure out a way to do this without mapping separate bindings. Is there a when clause context that can be used for this? |
Describe the bug
In Visual Line Mode one can't jump to tag
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In Visual Line Mode I expect it to jump to ending tag
Screenshots
Environment (please complete the following information):
Additional context
This issue only occurs in Visual Line mode, it seems to work fine in other modes. My goal is to Visual Select and then hop to the close tag all fully selected with the tag included
The text was updated successfully, but these errors were encountered: