Back to browse
New way to explore code in vs. code ( vs. code extension)

New way to explore code in vs. code ( vs. code extension)

by araldhafeeri·Apr 21, 2026·1 point·0 comments

AI Analysis

●●SolidSlickNiche Gem

Incremental graph exploration prevents the usual hairball mess seen in dependency visualizers.

Strengths
  • Incremental graph loading prevents performance lag on large codebases.
  • Keyboard-first navigation specifically appeals to Vim/Neovim power users.
  • Semantic abstraction allows potential multi-language support beyond JS/TS.
Weaknesses
  • Currently supports only JS/TS, limiting immediate utility for polyglot repos.
  • Code visualization tools often become shelf-ware after initial curiosity.
Target Audience

Backend developers, Architects

Similar To

Sourcegraph · CodeSee · VS Code Call Hierarchy

Post Description

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...

Similar Projects