In Visual Studio, a helpful feature is the option box on the left side that allows you to collapse code within curly braces { } using a "-" to minimize and a "+" to expand. This keeps the code organized and clean.
I'm curious if there's a way to apply this collapsing functionality to code without using curly braces (which would cause errors). It would be especially useful for .CSS files.