I was looking for a way to collapse JavaScript code in Atom using something like C # areas:
#region: hey //some cool code here #endregion
I could not find such a package. I know that you can press CTRL + Alt + F and reset any code. But I want to name the area.
So the real question is: Does anyone know how I can do this in Atom?
Thanks!
source share