A Visual Studio Code extension to quickly find all references to a file in your workspace. Right-click any file or open file tab and select Find File References to search for all usages of that file by name.
Features
Adds a Find File References command to the file explorer context menu and editor title context menu.
Automatically searches the workspace for all occurrences of the selected file's name.
Works with any file type.
Integrates with VS Code's built-in search for a seamless experience.
Usage
Right-click a file in the Explorer or click the three dots in the editor title bar of an open file.
Select Find File References from the context menu.
The search panel will open, showing all references to the file by name.
Release Notes
1.0.0
Initial release: Adds the Find File References command to the context menus.