Viewing profile — alyt
alyt
HN member- Joined
- Mon, Mar 24, 2025, 4:34 PM UTC
- HN karma
- 6
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About alyt
No profile information was provided.
Recent public activity
-
comment
Comment #44010816
I might be misunderstanding what you're asking, but VSCode already makes regions foldable by default. That said, my extension does support regions in more languages than VSCode cur…
-
comment
Comment #44005597
Btw, another extension I'd personally recommend is Region Highlighter by 'Wiensss', which makes regions easier to see in the editor itself by coloring them, and also provides a com…
-
story
Show HN: Making #regions actually useful in VSCode
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 regi…
-
comment
Comment #43603230
I think it's 0 right now lol
-
comment
Comment #43601281
> Every time I need to specify output schema for LLMs, I need to write a converter from Pydantic models to the schema. Pydantic V2's model_json_schema is not supported by some plat…
-
comment
Comment #43493901
Would be really cool if it could just keep generating new regexes to solve for! So it could be like a training game. And also a version that involves making a regex that passes two…
-
comment
Comment #43482221
> Does this actually work? Yeah, somewhat! Could it create scripts that erase your drive? Maybe! Good luck! Love the transparency lol. Cool idea though! I imagine the "erase your h…
-
story
Show HN: Tree views, keyboard nav, and new use cases for #regions (VSCode ext.)
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`…