microsoft / inshellisense

IDE style command line auto complete
MIT License
8.23k stars 180 forks source link

Compatible with Sharship #67

Closed GreyElaina closed 7 months ago

GreyElaina commented 7 months ago

Is your feature request related to a problem? Please describe. when inshellisense enabled, starship's prompt disappeared.

Describe the solution you'd like keep both inshellisense's great completion support and beautiful starship's useful prompt.

Describe alternatives you've considered i donot have any alternative.

Additional context mainly in MacOS, but it could be reproduct on my linux terminal and pd windows vm

GreyElaina commented 7 months ago

hmmm...arrow keys not work btw.

Souliboi commented 7 months ago

Same as https://github.com/microsoft/inshellisense/issues/10

JLHasson commented 7 months ago

yeah, unfortunately cannot start using Inshellisense until Starship is supported. quick view of how the terminal changes from my perspective w/ & w/o inshellisense running:

apps  🌱 main via  v20.2.0
❯
(base)
apps  🌱 main via  v20.2.0
❯ is
> git co
git: 'co' is not a git command. See 'git --help'.

The most similar commands are
    commit
    clone
    log
> exit
(base)
apps  🌱 main via  v20.2.0
❯
cpendery commented 7 months ago

Closing as this was fixed in 0.0.1-rc.5