A simple VS Code extension that provides visual feedback when copying file paths. No more wondering if the copy actually worked!
Features
Copy Path - Copies the full file path and shows a confirmation in the status bar
Copy Relative Path - Copies the relative file path and shows a confirmation
Keyboard Shortcuts
Command
Windows/Linux
Mac
Copy Path
Ctrl+Shift+C
Cmd+Shift+C
Copy Relative Path
Ctrl+Alt+C
Cmd+Alt+C
Shortcuts work when the Explorer sidebar is focused.
Usage
Select a file in the Explorer sidebar
Use the keyboard shortcut or Command Palette
See the confirmation message in the status bar
Command Palette
Copy Path (with notification)
Copy Relative Path (with notification)
Why This Extension?
VS Code's built-in copy path commands work silently - you never know if it actually copied. This extension wraps those commands and adds visual feedback so you know the copy succeeded.