Skip to content

Instantly share code, notes, and snippets.

@jakeprem
Created February 18, 2020 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakeprem/f0af3c603bd447975e05f12cd925b313 to your computer and use it in GitHub Desktop.
Save jakeprem/f0af3c603bd447975e05f12cd925b313 to your computer and use it in GitHub Desktop.
Snippet for VS Code to add inspect statements to Elixir code
{
"Inspect": {
"prefix": "ins",
"body": [
"|> IO.inspect(label: \"${0:$TM_FILENAME:$TM_LINE_NUMBER}\")"
],
"description": "Insert a labeled inspect statement"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment