vscode-copy-relative-path icon indicating copy to clipboard operation
vscode-copy-relative-path copied to clipboard

Results 10 vscode-copy-relative-path issues
Sort by recently updated
recently updated
newest added

Would be great if this plugin could handle some modification of the copied relative path. My main issue is that my project uses a lot of aliases for directories, and...

Phpstorm offers the option to copy the path relative to the repository root not just the workspace root. When working on plugins inside Wordpress that makes it so much easier.

```json { "explorer.copyRelativePathSeparator": "/", } ```

produce `[path]:[line]` for active line in clipboard, it's useful in many cases.

Include instructions to install xclip to get this plugin working on Ubuntu based distros.

VS Code already supports copying of relative paths. This extension is still very useful on Windows as it copies using slashes. Unfortunately the built-in title and the title of this...

I'm using WSL with Ubuntu 18.04.4 LTS and Copy Relative Path does not copy anything to the clipboard. When I paste, I just paste the previous thing I had copied...

Enhancement request: Add Copy Relative Path as a context menu in Find in Files context menu as well.

When i click on copy relative path it does nothing... My OS is Ubuntu

By modifying the older brother's code, it has been tested and I hope you can add this part of the code. But how do I contribute code?