support for my own vscode snippets
This commit is contained in:
12
my-snippets/cpp.json
Normal file
12
my-snippets/cpp.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"test_getter": {
|
||||
"prefix": "test_getter",
|
||||
"body": [
|
||||
"TEST(${1:TestClass}, ${2:TestFunction}",
|
||||
"{",
|
||||
"\tget${CLIPBOARD}()",
|
||||
"};"
|
||||
],
|
||||
"description": "Code snippet for testing the getter"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user