It would be cool if we had #region #endregion where we could collapse certain pieces of code (while displaying the region name)
So you could collapse with
#region StatDisplay
//statcode
#endregion
Like in visual studio C#
http://msdn.microsoft.com/en-us/library/9a1ybwek.aspx
| |||||||
![]() Aug 26 2014, 11:48 am
|
|
I support this fully. Auto-expanders on procs and verbs would be nice too.
|
http://www.byond.com/forum/?post=102250
Surely #region would be easier to add than actual block detection, but who knows what the text editor control is even capable of. |
Kaiochao wrote:
http://www.byond.com/forum/?post=102250 Visual Studio has both block detection & #region. I have to say though, i much prefer #region over block detection. ![]() When you hover over it ![]() It looks much better in my opinion |