Skip to content

Commit 2817523

Browse files
authored
Merge pull request #391 from erickgnavar/elixir-inspect
Add elixir inspect snippet
2 parents 06e9729 + f13673b commit 2817523

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

snippets/elixir-mode/inspect

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# -*- mode: snippet -*-
2+
# name: Inspect value
3+
# key: i
4+
# --
5+
IO.inspect($1, label: "$1")$0

0 commit comments

Comments
 (0)