Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Power EditNew to Visual Studio Code? Get it now.
Power Edit

Power Edit

Preview

YuTengjing

|
387 installs
| (0) | Free
a vscode extension enhance edit experience
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Power Edit

Version Installs Downloads Rating Star Last Updated

CI PRs Welcome Github Open Issues LICENSE

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

Select by Indent

recommend set following shortcut:

[
  {
    "key": "ctrl+shift+i",
    "command": "power-edit.selectByIndent",
    "when": "editorTextFocus && editorLangId != 'markdown'",
  },
]

Auto keep Temp File

Like git error file, the temp file very easily disappear if not keep it.

Before:

Before

After:

After

Auto Go to First Conflict

Auto Go to First Conflict

ref: https://github.com/microsoft/vscode/issues/186091

Search in Git Changed Files

Search in Git Changed Files

ref: vscode search for a text only in git changes?

My extensions

  • Open in External App
  • Neo File Utils
  • VSCode FE Helper
  • VSCode archive
  • Modify File Warning
  • Adobe Extension Development Tools
  • Scripting Listener

Check all here: publishers/YuTengjing

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft