Note: This is NOT a duplicate of "Select all occurrences of selected word in VSCode
I already have multiple cursors. Imagine |
are the cursors and I have 3 like this
Some Line|Some Text, More Text
Some Other Line|Some Other Text, Other More Text
Yet Another Line|Yet Some Other Text, Yet Other More Text
Now I want to move all 3 cursors to the ,
in their respective lines. Ideally I'd like to be able to use a full search to do it as often the search would require more nuance (like first comma that's followed by word that starts with T). This is a problem I would generally solve with keyboard macros in other editors but VSCode doesn't have those and I'm told multiple cursors is the solution yet I have not found a way to do a search for all the cursors