PHP #region for code folding?

前端 未结 15 1432
星月不相逢
星月不相逢 2021-01-31 14:06

Is there an equivilent of c#\'s #region in PHP?

15条回答
  •  孤街浪徒
    2021-01-31 14:51

    PhpStorm supports code folding similar to C#:

    #region [comment about what the code does]
    
    code....
    
    #endregion
    

提交回复
热议问题