'CSS Collapsable Sections
I am looking to a way to make a comment line, and use it to collapse everything under it until the next comment line or something similar, so I can group parts of the css code that belong to the same cathegory. I dont know if there is some option like that.
Sorry for the newbie question I just started to learn!
Solution 1:[1]
Ok I keep searching and I found it. In CSS I can do:
/*#region*/
CODE HERE
/*#endregion*/
And that allows me to collapse the region section. Thats on visual studio code. Thanks for the help!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Rich |
