How to enable path completion for relative filename? #1659
Unanswered
RocketMaDev
asked this question in
Q&A
Replies: 2 comments 6 replies
|
I double that request. I figured I should use this recipe to have autocompletion relative to project dir. But after that relative completion only works if I start the path with |
0 replies
|
|
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For example, there is a
assetsdirectory in current working directory and there are some images in it. Assume that I've typedassetsand I expect to get a list of files inassetswhen pressing/. How to configure that?All reactions