← News

TODO highlighting and tool window

June 22, 2026

Editora now highlights TODO / FIXME-style patterns everywhere they appear, IntelliJ-style, and collects them in a new TODO tool window (M-g o).

It’s on by default. Highlighting runs off the UI thread and is debounced, and the project scan is lazy (only when the tool window is open or refreshed). Commands: tool.todo, todo.refresh, todo.addPattern, and view.toggleTodoHighlight.