BACK

2
Posted by ityonemo 2 years ago
VSCode IO.inspect snippet for Elixir users

{
	"Inspect": {
		"prefix": "ins",
		"body": "|> IO.inspect(label: \"$0$TM_LINE_NUMBER\")",
		"description": "Adds a pipeline with a labelled `IO.inspect`",
	}
}