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

Automatic tag closing can occur within template parameter declaration #545

Open
datho7561 opened this issue Sep 9, 2022 · 0 comments
Open
Labels
bug Something isn't working qute

Comments

@datho7561
Copy link
Contributor

Given the following Qute template:

{@java.lang.List<java.lang.String| myStrings}

If you type in the missing > at the |, then the HTML automatic tag closing will activate, resulting in:

{@java.lang.List<java.lang.String></java.lang.String> myStrings}

It would be nice if we are able to disable this feature when the cursor is within the {@...}.

See the discussion at redhat-developer/quarkus-ls#741

@datho7561 datho7561 added bug Something isn't working qute labels Sep 9, 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 qute
Projects
None yet
Development

No branches or pull requests

1 participant