Adding some snippets and keymaps
This commit is contained in:
@@ -13,5 +13,12 @@
|
||||
"dump($0);"
|
||||
],
|
||||
"description": "Dump variable"
|
||||
},
|
||||
"Type dump function": {
|
||||
"prefix": "dt",
|
||||
"body": [
|
||||
"\\PhpStan\\dumpType($0);"
|
||||
],
|
||||
"description": "Dump PHPStan type"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user