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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary
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 pathalt-v alt-r
: insert relative pathalt-v alt-a
: insert absolute pathMotivation
The function will be very usefull with e.g.:
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.
The text was updated successfully, but these errors were encountered: