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

Expand Selection does not work correctly in <template> tags #1465

Closed
ddenev opened this issue Jun 16, 2022 Discussed in #1464 · 0 comments
Closed

Expand Selection does not work correctly in <template> tags #1465

ddenev opened this issue Jun 16, 2022 Discussed in #1464 · 0 comments
Labels
bug Something isn't working

Comments

@ddenev
Copy link

ddenev commented Jun 16, 2022

Discussed in #1464

Originally posted by ddenev June 15, 2022
"Expand Selection" works properly in .js and .html files. Here is how it works in .vue file:

  1. Initial cursor position:
    image
  2. After 1st Shift+Alt+RightArrow:
    image
  3. After 2nd Shift+Alt+RightArrow:
    image

I would expect it to select group.children_ids on the 2nd expansion, not the whole tag.
This only happens in the <template> tag and works OK in the <script> and <style> tags.

@johnsoncodehk johnsoncodehk added the bug Something isn't working label Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants