Is there a comment like #region
of Visual Studio in PHP with NetBeans?
Is there a comment like #region
of Visual Studio in PHP with NetBeans?
Fortunately it does not. This was a C # bug. But you can get similar effect specifically with your editor :
// <editor-fold>
Your code goes here...
// </editor-fold>
Works with PHPStorm also.