mblode / mblode/vscode-twig-language
Closing brackets inside html tags
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 45
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
When adding {{ inside an html tag that's on the same line i/e <textarea>{{</textarea> the auto complete of the closing tag does not fire. It fires fine and auto closes the brackets if the html tag is on more than one line i/e
<textarea>
{{ }}<--- this gets added automatically when the html tag it on multiple lines
</textarea>
Contributor guide
No contributing guide indexed for this repository
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
Reproduce the issue in the VS Code Twig extension with {{ inside a same-line HTML tag, then compare it with the multiline example where the closing brackets are inserted. Trace the extension's autocomplete or snippet behavior and verify that the closing brackets now appear in both cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, vscode
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100