mlewand / vscode-selection-flip

VSCode extensions that allows you to flip over your selection anchor point.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-selection-flip

AppVeyor Build status Marketplace rating The MIT License

VSCode extensions that allows you to flip over your selection anchor point.

Example usage of vscode-selection-flip extension

Default Hotkeys

Hotkey Description
alt+i Flip selection
cmd+i Flip selection (macOS)

Use Case

Sometimes I have a need to select whole function and its API docs at once, using keyboard only.

Currently I use a command to expand selection over the block/function but it puts the caret at the end. I need to put it back to beginning so I can continue selection upwards - this is when this extension comes handy.

License

The code is distributed under MIT license.

About

VSCode extensions that allows you to flip over your selection anchor point.

License:MIT License


Languages

Language:JavaScript 100.0%