Added get indentation level and line number hotkey

This commit is contained in:
cdw0311
2021-11-16 15:12:57 -06:00
parent ed6df007fd
commit 46fef452d8
2 changed files with 48 additions and 1 deletions

View File

@@ -56,6 +56,10 @@
{
"command": "mind-reader.runCursorContext",
"title": "Run Cursor Context"
},
{
"command": "mind-reader.getIndent",
"title": "Get Line Indentation"
}
],
@@ -153,8 +157,19 @@
"command": "mind-reader.navigateForward",
"key": "Ctrl+Shift+-",
"mac": ""
},
{
"command": "mind-reader.selectTheme",
"key": "Ctrl+Shift+1",
"mac": ""
},
{
"command": "mind-reader.getIndent",
"key": "Shift+Tab",
"mac": ""
}
],
"menus": {
"editor/context": [