It works like this:
- You have this text:
Words, so many cool words, so many worlds, end.
- You select the first “,” and click Ctrl+D on VSCode or Sublime Text
- A new cursor is created at the next “,” ocurrance
- You can do this many times and it will select the next “,” and so on
- You can type “;”, which will make the text be like this:
Words; so many cool words; so many worlds; end.
It’s a really neat feature