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

Cursor position between an element tag #38

Open
rayasabari opened this issue Jan 10, 2023 · 0 comments
Open

Cursor position between an element tag #38

rayasabari opened this issue Jan 10, 2023 · 0 comments

Comments

@rayasabari
Copy link

rayasabari commented Jan 10, 2023

Hi, I like this extension for component highlighting in Vue 3,
but when I enable this extension, I have a problem when I give a line break between open and close element tag,
the cursor position not located in the middle of element tag. Here are the example:

cursor position when I give a line break between a div tag

<div
|</div>

expected cursor position when give a line break

<div>
  |
</div>

I am very grateful if this issue can be fix
Thanks

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