- Clone https://github.com/dbaeumer/vscode-snippet-insert.git - start the extension - open a text file - type `-r` - this should bring up code compete with one entry `-record ....` - select that item - you get ``` --record(name, {field = Value :: Type()}). ``` Observe the two `--` at the beginning.