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
I'd like to place the multi-cursors just on the beginning of regex matches.
Say I have a few C functions (not one-liners) and I want to place the cursor on the return statement of each of those functions so I can modify the values returned. How do I do that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to place the multi-cursors just on the beginning of regex matches.
Say I have a few C functions (not one-liners) and I want to place the cursor on the
return
statement of each of those functions so I can modify the values returned. How do I do that?Beta Was this translation helpful? Give feedback.
All reactions