You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I select the document word I can go to the next occurrence of the word.
But if I select something like: .get I can't do this.
Describe the solution you'd like
It would be nice If there were functions like cursors-duplicate-range and cursors-skip-range to this.
Alternatively, there could be a variable that holds the currently selected range ( coc-cursors-current-range ).
It wouldn't be hard to code the solution in lua.
Is your feature request related to a problem? Please describe.
If we select a range with
coc-cursors-range
there is no way you can select the same range again.Example:
If I select the
document
word I can go to the next occurrence of the word.But if I select something like:
.get
I can't do this.Describe the solution you'd like
It would be nice If there were functions like
cursors-duplicate-range
andcursors-skip-range
to this.Alternatively, there could be a variable that holds the currently selected range (
coc-cursors-current-range
).It wouldn't be hard to code the solution in lua.
Additional context
Lua functions I am using:
Feel free to add it to https://github.com/neoclide/coc.nvim/wiki/Multiple-cursors-support if you want.
The text was updated successfully, but these errors were encountered: