We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given the following Qute template:
If you type in the missing
>
at the|
, then the HTML automatic tag closing will activate, resulting in: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
The text was updated successfully, but these errors were encountered: