Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idanpa/vscode-smartmulticursor
Visual Studio Code extension for smart, context aware multi-cursor
https://github.com/idanpa/vscode-smartmulticursor
vscode-extension
Last synced: 6 days ago
JSON representation
Visual Studio Code extension for smart, context aware multi-cursor
- Host: GitHub
- URL: https://github.com/idanpa/vscode-smartmulticursor
- Owner: idanpa
- License: mit
- Created: 2019-07-26T20:14:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-22T17:50:18.000Z (over 2 years ago)
- Last Synced: 2023-03-09T05:05:55.783Z (over 1 year ago)
- Topics: vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=idanp.smartmulticursor
- Size: 558 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Smart Multi-cursor
Context aware multi-cursor.
Inserting cursor in the appropriate position on next line, if no pattern was found falling back to regular column based multi-cursor.
The pattern search is based on:
" ' = : , ; . ( ) { } [ ] < > TabThis extension overrides the default insertCursorBelow/Above keybindings:
> Windows: Ctrl+Alt+Down/Up
> Linux: Shift+Alt+Down/Up
> Mac: ⌘+⌥+Down/UpTip: use Ctrl+u to undo last cursor (Mac: ⌘+u).
![example1](example1.gif "Example 1")
## Issues and suggestions
Please file an [issue](https://github.com/idanpa/vscode-smartmulticursor/issues).Contributions are welcomed.