We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af3c2d3 + 97ca04d commit 29c4372Copy full SHA for 29c4372
snippets/python.snippets
@@ -1,6 +1,9 @@
1
snippet #!
2
#!/usr/bin/env python
3
# -*- coding: utf-8 -*-
4
+snippet #!3
5
+ #!/usr/bin/env python3
6
+ # -*- coding: utf-8 -*-
7
snippet imp
8
import ${0:module}
9
snippet uni
0 commit comments