How to format html elements in one line in SCSS file in Visual Studio Code?

Viewed 319

How do I format the html element in scss to be one line?

enter image description here

I am using Visual Studio Code.

enter image description here

2 Answers

Go to File, Preferences, Keyboard Shortcuts and search for Join Lines. Set up a keybind that you like and then go to your code. Select all your elements then press that keybind. It should be in one line!

Related