Devscope - A faster way to understand any codebase
by•
Descope Pro is a CLI tool for deep project analysis. It scans directories, maps file structures, extracts code context, and produces clear project overviews and documentation-ready summaries. Designed for fast navigation and understanding of large or unfamiliar repos. Works seamlessly in VS Code, WSL Ubuntu, Linux terminals, and Termux. Built to improve developer workflow and project clarity.


Replies
Swytchcode
Interesting. Can it go through any code repository in any language and also parse the AST tree to map all the functions?
@chilarai Not yet, It can scan files and do simple heuristics, but it doesn't parse ASTs for every language. But that's the reason I published it online for such questions...They become new ideas and new features I can add on.