I personally like to region functions for example
function scr_example() { } . . Into this | | V . . #region scr_example function scr_example() { } #endregion
I would find it pretty helpful if there was a keyboard shortcut to do that automatically with all of the functions present on the tab. Thanks