-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not suggesting path when creating second path on the same line #28
Comments
I have been having this very same issue for a very long time now. I would love to see this been fixed |
Just wanted to open the issue for that, and noticed it already exists. Probably, the issue is that the completion engine doesn't know that you are dealing with another path, and thinks it's a continuation of the first one, only with weird directory names (like |
this could be fixed by regarding ' /' as a beginning of a new path since noone would create a directory with a trailing space |
Fixed by bee1294 |
But this fix disables the spaces altogether. We only need to test for a trailing space. |
Fix #28 with trailing space detection
Works for my use case. Thank you for taking time to get this fixed. |
Lets say I have a line:
The first path will be completed, but the path to the second file I have to know, since it won't give me any suggestion on the same line.
Is there anything that could be done about this?
The text was updated successfully, but these errors were encountered: