High-performance ANSI log viewer for VS Code — beautifully renders colored log files, handles 2M+ line files without breaking a sweat.
Features
ANSI color rendering — full support for 4-bit (16 colors), 256-color, and RGB truecolor escape codes. Bold, italic, dim, underline, strikethrough, blink, inverse.
Virtual scrolling — only renders the visible rows. Opens a 62 MB / 310k-line log file instantly; scales to 2M+ lines.
Log-level filter buttons — one-click filter by FATAL / ERROR / WARN / INFO / DEBUG / TRACE.
Grep / contains filter — type in the filter bar to show only lines matching a substring (case-insensitive). Runs asynchronously so the UI stays responsive.
Inline editing — double-click any row to edit the raw log text inline. Press Enter to save, Escape to cancel. The file is updated surgically (single-line byte replace) without a full re-read.