tartansandal/conda-bash-completion

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:

  1. Installed the plugin following Method 1, which is to install the plugin via conda.
  2. Restart Powershell.
  3. Type conda <tab>.
  4. 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. ๐Ÿ˜„