Add selectNextOccurrence command #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey there. First of all, congratulations for this awesome library. 👏😊
I was learning about the new version and I noticed that it doesn't have a
selectNextOccurrencecommand, so I implemented it. It tries to mimic the Ctrl-D command from VS Code and Sublime.This is my first contribution here. Any comments and suggestions will be appreciated :)
Thanks for the contribution. I think this would fit better in the
@codemirror/searchpackage though—commandsdoes not currently depend onsearch, and there it could reuse thewordAthelper insrc/selection-match.tsto cut out some of the verbosity. Would you mind creating a PR against that repository instead?Created new PR here: https://github.com/codemirror/search/pull/1
Pull request closed