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 e5ebfcd + f8d43f6 commit d5ef8edCopy full SHA for d5ef8ed
snippets/python-mode/ic.py
@@ -0,0 +1,6 @@
1
+# -*- mode: snippet -*-
2
+# name: ic
3
+# key: ic
4
+# --
5
+from icecream import ic
6
+ic($1)
0 commit comments