You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Insert relative, relative or absolute path of selected file into active text editor. Just fast find & insert path. Additional keyboard shorcuts should be introduced, e.g.
alt-v alt-p: insert project path
alt-v alt-r: insert relative path
alt-v alt-a: insert absolute path
Motivation
The function will be very usefull with e.g.:
insert images path into .tex document,
insert path to any assets,
js import path.
Describe alternatives you've considered
Alternative way is find the file in tree-view -> right mouse button -> copy relative path, but the flexibility of fuzzy-finder best match to examples above.