Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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:
" ' = : , ; . ( ) { } [ ] < > Tab

This extension overrides the default insertCursorBelow/Above keybindings:
> Windows: Ctrl+Alt+Down/Up
> Linux: Shift+Alt+Down/Up
> Mac: ++Down/Up

Tip: 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.