You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
if the editor has a line like {{anything}} {{fo and the cursor is at the end, the auto completions are not shown even though it should be captured by the regex in the code (/\{\{.*?/gat least since there is an explicit global flag)
The auto completions are not shown for any matching occurrences after the first one
Here's a
demo.tsfile to help reproduce the bug:if the editor has a line like
{{anything}} {{foand the cursor is at the end, the auto completions are not shown even though it should be captured by the regex in the code (/\{\{.*?/gat least since there is an explicit global flag)The auto completions are not shown for any matching occurrences after the first one
Screen.Recording.2025-01-22.at.10.19.53.PM.mov