In Visual Studio Code, is it possible to access the current cursor number when using multiline cursors?
For example turn this
[
{ name: 'u█' },
{ name: 'u█' },
{ name: 'u█' },
{ name: 'u█' },
{ name: 'u█' },
{ name: 'u█' }
]
Into this
[
{ name: 'u0' },
{ name: 'u1' },
{ name: 'u2' },
{ name: 'u3' },
{ name: 'u4' },
{ name: 'u5' }
]
(█ representes a cursor)
Just if someone come across this; the extension is called: Text Pastry (by jkjustjoshing)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With