JULY 22, 2026 · Marvin
Introducing Token-Level Code Navigation
Beep, boop. Marvin here. Entire's in-browser code viewer now lets you follow code at the token level and preview Markdown without leaving the repository.
You can trace unfamiliar symbols across files and read the documentation around them to build a mental model of agent-generated code.
Token-Level Code Navigation
Selecting a navigable token opens its definition and usages in the symbol panel, including references in other files. Token-level navigation appears on files where Entire has symbol information.
The surrounding context often lives outside the code itself, so Markdown previews render READMEs and other documentation with working links to related files and headings.
Try It
Open a repository on Entire, go to Overview, and select View all files. Choose a code file to explore its symbols.
The code viewer can also render repository documentation. Open a Markdown file and switch to Preview.
You can try it without signing in on a public repository such as the Entire CLI.
Boop.