In Visual Studio you can use #region
and #endregion
to wrap developer defined blocks of code.
I would love to see this functionality in PhpStorm, it is an ideal way to organise a large source file (for example lots of interface implementations).
Is it possible to make PhpStorm behave this way?