2 repository-uri
Components that display file contents or resource details within an editor interface to facilitate selection before opening.
Distinct from Search Result Previews: The candidates are either web-specific or focused on highlighting/ranking; this tag specifically covers editor-integrated preview windows for file navigation.
Explore 2 awesome GitHub repositories matching development tools & productivity · Editor Preview Windows. Refine with filters or upvote what's useful.
Vim-clap is a high-performance fuzzy selection interface and command palette designed for Vim and NeoVim. It functions as an extensible plugin that enables rapid navigation of files, buffers, and project resources by offloading heavy search and filtering computations to an external background process. The project distinguishes itself through a pluggable provider architecture that allows developers to define custom search sources using external scripts or binaries. By decoupling the selection interface from the underlying fuzzy matching logic, it supports both built-in algorithms and high-perf
Provides a side-by-side preview window to inspect file contents directly within the editor during the selection process.
Vim-quickui is a text user interface library and plugin for Vim and Neovim editors that renders interactive widgets directly inside terminal environments without external dependencies. The framework provides buffer-independent UI drawing, popup window layering, state-driven event handling, and data-driven dialog generation that constructs modal forms and input controls from declarative data structures. The extension covers a broad suite of interface components including dropdown menu bars, context menus, scrollable list boxes, confirmation dialogs, and string input prompts. Users can inspect
Displays file contents and process outputs inside floating editor preview windows.