Copy Relative Path with Dots
Copies the relative path of a file using dot notation, similar to JetBrains IDEs.
Features
- Copies file path using dots instead of slashes
- Includes function/class name when cursor is in one
- Adds line number for specific locations in functions
- Available in editor and explorer context menus
Usage
Right-click in editor or on a file in explorer and select "Copy Relative Path with Dots"
Examples:
- File path:
src.components.Button
- With function:
src.components.Button.handleClick
- With line number:
src.components.Button.handleClick:23
Known Issues
Calling out known issues can help limit users opening duplicate issues against your extension.
Enjoy!
| |