For a while now, we've been utilizing "region collapsing" in TypeScript as shown below:
//#region GUI handlers
...code related to handling GUI events...
//#endregion
This method has functioned well in VS2015 CE and VS2017 CE, with a small "-" or "+" icon appearing in the left gutter of the code window for collapsing/expanding the code block, similar to C#.
However, after switching to VS2019 CE, this feature is no longer operational. I attempted installing the "Web Essentials 2019" extension without success. Currently, I have the "Editor Enhancements" extension installed, but it also doesn't resolve the issue...
If anyone knows how to enable this functionality in VS2019 CE, your assistance would be greatly appreciated! Thanks!