SYSTEM Cited by 1 source
Monaco Editor¶
Monaco is the code editor that powers VS Code, extracted as a browser-embeddable component and open-sourced by Microsoft. It's the de-facto standard for embedding a full-featured code editor inside a web app: syntax highlighting, IntelliSense-style autocomplete, diagnostics, multi-cursor editing, diff view, and language-service integration.
This wiki treats Monaco as a stub — referenced here because Meta's internal code browser embeds Monaco as its editor surface, with Glass + Glean as its indexing backend (Source: sources/2025-01-01-meta-indexing-code-at-scale-with-glean).
Seen in¶
- sources/2025-01-01-meta-indexing-code-at-scale-with-glean — named
as the editor component used by Meta's internal code browser; the
browser issues one Glass
documentSymbolscall per file to render outline + click-through navigation.