Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>live-grepNew to Visual Studio Code? Get it now.
live-grep

live-grep

comfyduck667

|
245 installs
| (0) | Free
telescope live grep clone for strings
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

comfy-live-grep README

This is somewhat a replica of the telescope plugin for neovim

Features

for right now the only feature is the fuzzy finder u can run it by doing cmd+shift+p and type grep-files

For users who use the vim-mode on VSCode and want to get the same feel as the telescope on Neovim:

  1. cmd+shift+p, search Preferences: Open User Settings (JSON), and add the line:
    {
        "vim.leader": "<space>"
    }
    
  2. cmd+shift+p, search Preferences: Open Application Settings (JSON), and add the lines:
    {
        "vim.normalModeKeyBindingsNonRecursive": [
            {
                "before": ["<leader>", "f", "f"],
                "commands": ["comfy-live-grep.grep-files"]
            }
        ]
    }
    

Fuzzy Finder for Vim

Enjoy!

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