We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06e9729 + f13673b commit 2817523Copy full SHA for 2817523
snippets/elixir-mode/inspect
@@ -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