This extension provides emacs-like incremental search function.
This extension is forked from alt-core's fork of siegebell's "Incremental search for multiple cursors" extension.
- Default binding:
ctrl+s
- Command:
extension.incrementalSearch.forward
Enters incremental search mode and subsequently advances each cursor to the next match, selecting it.
- Default binding:
ctrl+r
- Command:
extension.incrementalSearch.backward
Enters incremental search mode and subsequently advances each cursor to the next match and selecting it, in the reverse direction.
- Default binding:
ctrl+shift+s
(when in incremental search mode) - Command:
extension.incrementalSearch.expand
Instead of moving the selections to the next match, this adds the next matches to the existing selection.
- Default binding:
ctrl+shift+r
(when in incremental search mode) - Command:
extension.incrementalSearch.backwardExpand
Expands the selections with a backwards search.
- Default binding:
alt+r
(when in incremental search mode) - Command:
extension.incrementalSearch.toggleRegExp
The search term is interpreted as a regular expression when enabled, or as plain text otherwise.
- Default binding:
alt+c
(when in incremental search mode) - Command:
extension.incrementalSearch.toggleCaseSensitivity
Toggles whether the match should be case sensitive.
See CHANGELOG.md