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
Is it possible to limit the symbols in meow-visit to only those within the grabbed selection?
A really nice work flow is to make a selection that I want to edit, grab it, and call visit to make cursors at each occurrence.
The way it is now, all of the other symbols in the document are also included, so after making my selection and calling visit, I end up on the next match, not one in my grab. (This is assuming making the selection top to bottom)