Remix.run Logo
Show HN: New way to explore code in vs. code ( vs. code extension)(marketplace.visualstudio.com)
1 points by araldhafeeri 7 hours ago

Structura is a free, opensource vs code extension that brings next-generation code exploration and analysis to your editor. It transform your codebase into a live, incrementally expanded interative graph that aims to reduce the congitive load, eliminate mice lag, and allow you to present source code to yourself or others in visually appealing and fast way.

Here is the demo link :

https://www.youtube.com/watch?v=Upx4HWUs0y0

In the video :

- Why code exploration needs to evolve. - Live demo ( quick and longer versions ) - Keybaord-first navigation walkthrough - Roadmap and what's coming next

Currently : Supports JS, TS, JSX, other programming lanaguge support is planned and help is needed. checkout [parser.md](http://parser.md) in source code

Key-features:

- Incremental graph exploration ( no hair balls ) . - Neo-vim inspired keyboard navigation ( minimal for maximum movement ). - near-Real-time graph updates ( extremly fast , noval architecture ). - Semantic language and visuals of code intent. - ANd more...

Repo: https://github.com/ARAldhafeeri/structura-v2

Marketplace : https://marketplace.visualstudio.com/items?itemName=AhmedRak...