Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlewand/vscode-selection-flip
VSCode extensions that allows you to flip over your selection anchor point.
https://github.com/mlewand/vscode-selection-flip
Last synced: 1 day ago
JSON representation
VSCode extensions that allows you to flip over your selection anchor point.
- Host: GitHub
- URL: https://github.com/mlewand/vscode-selection-flip
- Owner: mlewand
- License: mit
- Created: 2017-11-24T23:19:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T18:32:28.000Z (11 months ago)
- Last Synced: 2024-11-24T11:24:51.487Z (2 months ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-selection-flip
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/gjcdelf5727f824r?passingText=master%20%E2%9C%93)](https://ci.appveyor.com/project/mlewand/vscode-selection-flip)
[![Marketplace rating](https://vsmarketplacebadges.dev/rating/mlewand.vscode-selection-flip.png)](https://marketplace.visualstudio.com/items?itemName=mlewand.vscode-selection-flip)
[![The MIT License](https://img.shields.io/badge/license-MIT-green.png?style=flat-square)](https://opensource.org/licenses/MIT)VSCode extensions that allows you to flip over your selection anchor point.
![Example usage of vscode-selection-flip extension](assets/vscode-selection-flip.gif)
## 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.