Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
FilePath -> FileContents
Intercept file reads to prioritize unsaved in-memory editor buffers over stale physical files on disk.
Problem it solves
IDE diagnostics and code navigation must reflect unsaved edits currently typed by the user before they are committed to disk.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.