8 lines
235 B
JSON
8 lines
235 B
JSON
{
|
|
"pprint-import": {
|
|
"prefix": "pprint-import",
|
|
"body": ["import pprint \n\n pp=pprint.PrettyPrinter(indent=4) \n\n pp.pprint(VARIABLE)"],
|
|
"description": "Easily import, declare, and add a Pretty Print for easier reading."
|
|
}
|
|
}
|