New Terminal Auto Complete
Answered
Is it possible that the autocomplete in the new terminal is different to Bash? I notice that if I am in a git branch:
git checkout -b task/ABC-1234/VehicleList-refactor
and then I try and prepare to push (with setting the upstream):
git push -u origin tas
If I stop typing and hit TAB - there is no autocomplete at all. I would expect the following from the autocomplete:
git push -u origin task/
EDIT: Issue may be present on RIDER for me - unsure if it will be fixed as time goes on. Working on IntelliJ
Please sign in to leave a comment.
I can't reproduce it in Rider 2024.2.7, what version of Rider are you using? If it is reproduced in the same version, please share the zipped log folder (Help | Collect Logs and Diagnostic Data).
Hi, thanks for the help. I was using JetBrains Rider 2024.1.4:
I updated the IDE and that fixed it!
Version that work for me:
Issue resolved, thank you