Stractura-v2 a new way to explore source code #3059
ARAldhafeeri
started this conversation in
Extension Show and Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there, I recently developed a VS Code extension that feels to me like a next step beyond graphical IDEs as we know them and keyboard shortcuts like NeoVIM.
The software aims to accelerate the building of a new mental model of source code through network graphs and futuristic DX.
It has minimal keyboard shortcuts that allow the user to treat the window as a separate IDE.
It also includes a time travel feature that transforms the tool into an educational utility, allowing users to explain specific pieces of source code and prepare presentations.
You can find the extension in VS Code under the name structura-v2, ahmedRakan.
Currently the tool supports any ts/js project, including other extensions like jsx, tsx, and mjs.
The support for other programming languages is doable and integratable with the source code; a parser for that specific language needs to be developed in a specific way.
I am looking for users to try the tool and give me feedback to improve it.
Questions :
Links:
Source Code
Demo Video
Structura-v2 : vscode marketplace
Currently, I am using the algorithm from the tool in a private application that I will not share for public use.
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions