alyt
- Karma
- 6
- Created
- March 24, 2025 (1y ago)
- Submissions
- 0
- Show HN: Making #regions actually useful in VSCode (github.com)
Hey HN, For anyone unfamiliar: you can use `#region My Region` and `#endregion` comments to organize your code into foldable "regions". Before building this extension, I'd use regions as a last resort, e.g. for large…
- Show HN: Tree views, keyboard nav, and new use cases for #regions (VSCode ext.) (marketplace.visualstudio.com)
Hey everyone, received a kind comment on GitHub recommending I share this extension with HN. Quick primer for anyone unfamiliar: you can insert `#region My Region` and `#endregion` comment markers in your code to…