Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>copy path helperNew to Visual Studio Code? Get it now.
copy path helper

copy path helper

lighten518

|
40 installs
| (0) | Free
It is a plugin that helps you copy the file path in various ways.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

copy-path-helper

This extension can be of great help in copying paths. The basic path copy copies the path excluding the project root.

How To Copy

short key

  • On window : ctrl + shift + q
  • On mac : ctrl + shift + q

other

  • Right-click on the file and copy using the 'Copy Path With Helper' menu option
  • Search for 'Copy Path With Helper' in the command palette and run it

Feature

config key detail example
CopyPathHelper.format default: ${PATH}

keywords:
- ${PATH} : file path
- ${FILE} : file name

It copies according to the entered format.
When you enter the provided keyword, it gets replaced and copied.
Eg) /home/${PATH} -d 1234
/home/src/controller/index.ts -d 1234
CopyPathHelper.pathSeparator default: /

You can set the delimiter to be copied.
\ or
/ or
: or
more...
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft