VS Code Shortcut

I was watching this Youtube video which is interesting on it’s own but the big takeaway for me was how that guy formatted all that data into a dictionary. So I got out the VS Code documentation and found that if you select the block of data and then do Shift-Alt-I it puts multiple cursors at the end of every line of the block. Then you can use normal editing key strokes to edit every line simultaneously. It’s really cool and I have been practicing with it all evening. That’s my big thing I learnt today.

3 Likes

Thanks for the vid, I also found it very interesting how the guy formatted all the form data into dics

This is awesome. Thanks for sharing