-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Autocomplete for files doesn't work #826
Comments
I have the same problem. E.g. when I do a cmder 1.2.9 |
Does this build resolve your issues? https://ci.appveyor.com/project/MartiUK/cmder/build/1.0.186-master/artifacts |
It doesn't, same behavior exhibited. |
Same here with git. Video: http://sendvid.com/efqrkp9g |
A workaround could be I don't see this problem, |
I did some experimentation earlier. The issue is "solved" if you remove clink entirely from vendor/clink/, but this causes various issues with text output: Replacing clink with other versions either does nothing or causes equivalent issues. However, replacing the clink component from my current, much older version of Cmder with the clink version supplied with the most recent Cmder doesn't affect the behavior and file completion still works normally in the old Cmder. I'm also using Windows 7, if that makes a difference. |
I just had the same problem with 1.2.9 and clink 0.4.7, as okoetter described it, I could not auto-complete filenames and directories after something like 'git add'. This seemed to only affect git, other commands worked fine. Then I tested with 1.3.0-pre and with that version auto-completion works correctly. |
I downloaded 1.3.0-pre with ConEmu 160328 and it also works for me now. |
Still doesn't work for me on 1.3.0-pre. Completion currently only works for directories, .exe files and for some reason .js files. Possibly some others too but those are the only ones I noticed to work. Also weird behavior with javascript files, if I write or complete the filename of an entire .js file and press TAB, it lists the entire contents of the current directory. |
I had the problem (no tab completion for files after [git add ]). Upgrading to 1.3.0 fixed it for me, I think I had 1.3.0-pre before then. |
Latest 1.3.2 still has this issue: no autocompletion for files within the current directory. |
This here solved it for me: |
Yes, the setting mentioned okitu seems to finally resolve this for good! |
I'm using Cmder latest with ConEmu 161206 x64 stable, and I can confirm that okitu's fix doesn't work. With no text on the prompt, the tab autocomplete does now correctly list the folder contents of the current working directory, but when anything is typed in matching only occurs with executables found in the PATH, not the current working directory, and not with anything other than executables. To clarify what I did, re: #508, I modified the existing line setting |
#508 didn't do the trick for me, same as @drspangle I have a |
I deleted the file <%CMDER-ROOT%>\config\settings and restarted cmder. Now I have auto-completion. |
For me also #508 is not solution. I tried
How to make it work for both cases? |
Seems to work in the current version. Closing. |
Still doesn't work as expected. How to reproduce: case 1. exec_match_style = 2
case 2. exec_match_style = -1
|
What you are expecting is wrong. Tab completion works as it would on a Linux system, the current folder is not in the path and must be specified using
|
|
I specified version above. |
I did and you are correct On Windows in
If I add |
Cool! Now it works as expected. |
Hey I am facing the same issue with the latest release of v1.3.18.1106, and so far none of the above solutions have worked for me. Did someone manage to resolve it? |
Instead of adding a reply to 3 different closed issues (#826, #508, #218), please open a new issue, and please include the output from Also, please be specific about what problem(s) you're encountering. The 3 closed issues describe different behaviors, so it's unclear what you are trying, or what is happening, and that makes it very difficult to try to help. |
Autocompletion by pressing tab doesn't work in the latest Cmder I downloaded from the official website. This happens with the default settings (including a complete Reset...) and I couldn't find any setting that could fix this. Autocomplete works fine on directories and commands though.
The text was updated successfully, but these errors were encountered: