Power Edit
Features
NOTE
By default, this extension will not set any shortcuts.
Bracket Select
I just migrate code from Bracket Select and make some code optimization.
recommend set following shortcut:
[
{
"key": "ctrl+]",
"command": "power-edit.selectBracketContent",
"when": "editorTextFocus && editorLangId != 'markdown'"
},
{
"key": "ctrl+shift+]",
"command": "power-edit.selectBracket",
"when": "editorTextFocus && editorLangId != 'markdown'"
}
]
Select by Indent

recommend set following shortcut:
[
{
"key": "ctrl+shift+i",
"command": "power-edit.selectByIndent",
"when": "editorTextFocus && editorLangId != 'markdown'"
}
]
My extensions
Check all here: publishers/YuTengjing
| |