Skip to content

User defined snippet not working next to closing HTML tag. #70

@BillyKoala

Description

@BillyKoala

I created a snippet called 'comm' to enable me to define and add a comment to a closing tag. For example:
<h1>Hello World</h1>comm. Unfortunately, trying to use the Ctrl-Alt-Spacebar combination immediately after a closing tag will not execute the snippet. Any ideas??? Snippet code below:
{
"name": "Insert Comment",
"trigger": "comm",
"usage": "<!-- Comment -->",
"description": "Insert A Comment",
"template": "<!-- $${Comment}!!{cursor} -->"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions