Skip to content

v1.0.0 - Initial release

Latest

Choose a tag to compare

@truethari truethari released this 28 Jun 05:27
· 1 commit to master since this release

v1.0.0 - Initial release

OmniSearch brings a single, fast search popup to VS Code - find files, workspace symbols, and full-text matches from one box instead of juggling Go to File, Go to Symbol, and Find in Files.

Highlights

  • Unified search - files, symbols, and text matches merged into one ranked list with clear category sections.
  • Fuzzy matching - sft finds searchFileText.ts; matched characters are highlighted as you type.
  • Smart ranking - word-boundary, camelHump, and consecutive-character matches rank highest; recently opened files get a boost.
  • Real file icons - results use your active File Icon Theme.
  • Filter tabs - scope to All, Files, Symbols, or Text.
  • Power-user prefixes - @ symbols, # text, :42 jump to line.
  • Open to the side - send any result to a split editor.
  • Recents on open - an empty query shows your most recently opened files.
  • Resilient & cancellable - debounced searches; if one source fails, the others still return results.
  • Configurable - result limits, debounce timing, and excludes via searchEverywhere.* settings.

Getting started

Open a folder, press Ctrl+T (Cmd+T on macOS), or run OmniSearch: Open from the Command Palette, and start typing.

Install

  • Marketplace: search for "OmniSearch", or install truethari.omnisearch.
  • Manual: download omnisearch-1.0.0.vsix from the assets below and run
    code --install-extension omnisearch-1.0.0.vsix.

Notes

  • Requires VS Code ^1.85.0.
  • Symbol results come from installed language extensions; full-text search needs 3+ characters.