I need to edit multiple files to create fixtures in php. I start with a spreadsheet and use multicursor to insert the code in between the text, adding multiple lines when necessary to have all in one column (that my php linter removes on save).
When I get to the end of the line, some cursors, that are more advanced, restart the line again. What I would like to get :
- To have those cursors sticking to the end of line so I can add the closing characters after a text that can have different lenghts..
There must be an option for multicursors somewhere but neither Google nor SO hasn't provided me with what I'm looking for...
I have the open source Vscodium version.