redhat-developer / redhat-developer/vscode-quarkus
Automatic tag closing can occur within template parameter declaration
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 79
- Forks
- 31
- Avg merge
- 12h 51m
- Merged PRs (30d)
- 6
Description
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 https://github.com/redhat-developer/quarkus-ls/issues/741
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the supplied Qute template in the VS Code extension and locating the language-support handling for HTML automatic tag closing. Done means typing the missing > inside {@...} no longer inserts a closing tag, while automatic closing remains available outside the template parameter declaration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100