microsoft / inshellisense

IDE style command line auto complete
MIT License
8.24k stars 181 forks source link

Autocompletion for filename does not go into subfolders #13

Closed philibertperusse closed 7 months ago

philibertperusse commented 8 months ago

Normally, you would be able to use the TAB key to autocomplete file names and go deeper into the directory structure such as:

ls f[TAB] => ls foo/b[TAB] => ls foo/bar/[TAB]

When using 'cd' this capability no longer works.

To Reproduce Steps to reproduce the behavior: Given folder structure foo/bar/myfile.txt

  1. CTRL-A
  2. cd f
  3. Press TAB
  4. shows: cd foo
  5. Press TAB again
  6. Does not go down into folder structure

Expected behavior A clear and concise description of what you expected to happen.

Environment