Tips & Tricks Visual Studio Code
How to organize the comma separated words to new line using Visual Studio Code?
- Select the first comma and then Press
CTRL+Dfor few times until multi cursor appears after all the commas. - Once the multi cursor appears after every comma (i.e after every word) then press
Enter. - Press
Escto come out of the Multi Cursor Mode. - Select the Keys
CTRL + ALT + 🠋which will place the vertical cursor to the lines needed and then we can pressBackspaceto correct the indentation.
