Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CustomCommandsNew to Visual Studio Code? Get it now.
CustomCommands

CustomCommands

Owly

|
45 installs
| (0) | Free
Adds new editor commands.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CustomCommands

These are some editor commands that I found useful that didn't yet exist in VSCode. They come unbound so you can map them to whatever keybindings you want.

Features

The extension provides the following commands:

Command Description
goToTop Move cursor to the top of the editor viewport.
selectToTop Select to the top of the editor viewport.
goToMiddle Move cursor to the middle of the editor viewport.
selectToMiddle Select to the middle of the editor viewport.
goToBottom Move cursor to the bottom of the editor viewport.
selectToBottom Select to the bottom of the editor viewport.
goToNextBlankLine Move cursor to the next blank line.
selectToNextBlankLine Select to the next blank line.
goToPrevBlankLine Move cursor to the previous blank line.
selectToPrevBlankLine Select to the previous blank line.
centerOnCursor Scrolls editor viewport to center the cursor.
deleteBetweenParentheses Deletes code inside brackets such as (), {}. [].
indentBlock Indents the code block the cursor is currently in.
outdentBlock Outdents the code block the cursor is currently in.

Requirements

There are no requirements or dependencies.

Release Notes

1.0.0

Initial release of extension.

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