Skip to content

clearfeld/vscode-find-file-and-directory-commands

Repository files navigation

Vscode - More find file and directory commands

Dependencies

Find File (emacs styled)

Find file (panel) Find File (editor)
VSCodium_HEBQtZuDzR VSCodium_N4vPPO6Vyr

Configuration

Name Description
emacs-minibuffer-find-file-commands.defaultDirectory Certain views don't provide an underlying directory (ex. startup screen). So this value can be set to have a default directory to start the search from.

FInd File (FD and FZF style fuzz)

Find File (FD and FZF)
VSCodium_fd find filer

Commands

Command Description
Find File - FD (Panel) fd from directory of active editor
Find File - FD (Editor) Editor version of above
Find File - FD from project root (GIT)(Panel) fd from the project root (git project root (top-level))
Find File - FD from project root (GIT)(Editor) Editor version of above

Find File (ripgrep)

Find File (Ripgrep)
VSCodium ripgrep find file

Commands

Command Description
Find File - Ripgrep (rg) (Panel) Use ripgrep to search file contents from directory of active editor