Created
December 5, 2015 19:39
-
-
Save feihong/e515c9a6920367e02ddf to your computer and use it in GitHub Desktop.
Atom snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'.source.python': | |
'pdb': | |
'prefix': 'pdb' | |
'body': 'import ipdb; ipdb.set_trace()' | |
'.source.python': | |
'ipython': | |
'prefix': 'ipython' | |
'body': 'import IPython; IPython.embed()' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment