Y
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
cglong
928 days ago
TypeScript IDEs also typically support this via `// #region <name>` and `// #endregion`.
link