PowerShell autocomplete takes precedence over conda-bash-completion
Jackie-Li-0228 opened this issue ยท 2 comments
Description:
I was trying to use the conda-bash-completion plugin and noticed that PowerShell's auto-completion feature seemed to have a higher priority. This caused the conda command completion to not work as expected.
Reproduce the steps:
- Installed the plugin following Method 1, which is to install the plugin via conda.
- Restart Powershell.
- Type
conda <tab>
. - Display
conda .\.android
(automatically completes the subfolder names under the current path)
Expected result:
I want the auto-completion of the conda-bash-completion plugin to work properly, taking precedence over PowerShell's default completion.
Additional information:
- Operating system: Windows 11
- PowerShell version: 7.4.4
Hi @Jackie-Li-0228 ๐. Unfortunately, I don't work on Windows and don't have any experience with using or configuring Powershell, so I'm unlikely to be able to investigate this anytime soon. Happy to review any PRs though. ๐
OK, I totally understand, but I don't have much experience with configuring Powershell. However, maybe AI can get me some insights. I will dig in this in my spare time. ๐