VS Code Extensions
E

Easy Copy Path

by sbonecchio

Copy the workspace-relative path of the active editor file.

Downloads

1

Rating

(0)

Version

0.0.1

Last updated

Aug 06, 2026

I was tired of manually finding and copying the relative path of the file I was working on.

Get the extension from the VS Code Marketplace.

What It Does

  • Press Command+Shift+C on macOS, or Ctrl+Shift+C on Windows and Linux, while a file is focused in the editor
  • Copies the file path relative to the open workspace folder

For example, if your workspace is /project and you are editing /project/src/extension.ts, the extension copies src/extension.ts.

Related extensions