Hacker News new | ask | show | jobs
by smusamashah 929 days ago
C# natively supports `#region <name>` and `#endregion`. IntelliJ supports the same using comments like `//#region <name>`.
1 comments

TypeScript IDEs also typically support this via `// #region <name>` and `// #endregion`.