mblode / mblode/vscode-twig-language

Closing brackets inside html tags

Open
#61 2 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

formatter
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.