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.
1 parent 3859f8e commit fbd9d47Copy full SHA for fbd9d47
snippets/controls.json
@@ -1,7 +1,7 @@
1
{
2
"ML docstring": {
3
"prefix": "\"\"\"",
4
- "body": "\"\"\"${1:sumary_line}\n\nKeyword arguments:\n${2:argument} -- ${3:description}\nReturn: ${4:return_description}\n\\\"\\\"\\\"\n$0"
+ "body": "\"\"\"${1:sumary_line}\n\nKeyword arguments:\n${2:argument} -- ${3:description}\nReturn: ${4:return_description}\n\"\"\"\n$0"
5
},
6
"SL docstring": {
7
"prefix": "\"\"",
0 commit comments