Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>find-cachedNew to Visual Studio Code? Get it now.
find-cached

find-cached

bc-stripe

|
3 installs
| (0) | Free
Caches the list of files to jump to for faster performance in large codebases
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

find-cached README

For large git projects, finds file in workspace using fd and fzf then stores the list in /tmp/<git_commit> directory for subsequent invocations.

How to Use

Launch (and add keybindings) by pressing <Command-Shift-P> and searching for "Find Cached".

Install

Linux

sudo apt-get install fzf fd-find

Macbook

brew install fzf fd

Requirements

fd and fzf must be on your PATH. Only works with git repos. No windows support for now.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft