JavaScriptRegions
JavaScriptRegions copied to clipboard
Collapse a region from the endregion line
Hi!
I have JavaScriptRegions V1.1.3 installed on VS2017 and mainly use it for structuring TypeScript my source. Like it very much!
One little thing that I'm missing: When I try to collapse a region by clicking the little -box one the left of an #endregion line, what actually happens is that a block of code lines is being collapsed, beginning from that #endregion line and ending at the next #region line. What I'd like to have is the behavior like in the C# editor, i.e. collapsing the whole region of which the endregion marks the end.
Thanks!