corresponding file support for C/C++

This commit is contained in:
2024-11-12 15:47:29 -06:00
parent 664785a586
commit 978ffb8b53
4 changed files with 35 additions and 25 deletions

View File

@@ -39,6 +39,11 @@
"mac": "Cmd+; Cmd+u",
"key": "Ctrl+; Ctrl+u"
},
{
"command": "kiss-vscode.showCorrespondingFile",
"mac": "Cmd+; Cmd+f",
"key": "Ctrl+; Ctrl+f"
},
{
"command": "kiss-vscode.evalAndPrint",
"mac": "Cmd+; Cmd+e",
@@ -49,11 +54,6 @@
"mac": "Cmd+; Cmd+n",
"key": "Ctrl+; Ctrl+n"
},
{
"command": "kiss-vscode.showCorrespondingFile",
"mac": "Cmd+; Cmd+f",
"key": "Ctrl+; Ctrl+f"
},
{
"command": "kiss-vscode.insertUTestCase",
"mac": "Cmd+; Cmd+c",
@@ -79,6 +79,10 @@
"title": "kiss-vscode: Check test.sh, then update and reinstall the kiss-vscode extension you are editing",
"command": "kiss-vscode.testAndUpdateExtension"
},
{
"title": "kiss-vscode: Open the corresponding header/source file to this one",
"command": "kiss-vscode.showCorrespondingFile"
},
{
"title": "kiss-vscode: Evaluate and print a kiss expression's value",
"command": "kiss-vscode.evalAndPrint"
@@ -87,10 +91,6 @@
"title": "kiss-vscode: Create a new kiss class",
"command": "kiss-vscode.newKissClass"
},
{
"title": "kiss-vscode: Open the corresponding .kiss/.hx file to this one",
"command": "kiss-vscode.showCorrespondingFile"
},
{
"title": "kiss-vscode: Generate a UTest test case in this .hx/.kiss file",
"command": "kiss-vscode.insertUTestCase"