Skip to content

Instantly share code, notes, and snippets.

@ityonemo
Created May 23, 2020 20:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ityonemo/00875891748bed3ee68e5f1b75c1ffe1 to your computer and use it in GitHub Desktop.
Save ityonemo/00875891748bed3ee68e5f1b75c1ffe1 to your computer and use it in GitHub Desktop.
VS code snippet
{
"Inspect": {
"prefix": "ins",
"body": "|> IO.inspect(label: \"$0$TM_LINE_NUMBER\")",
"description": "Adds a pipeline with a labelled `IO.inspect`",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment