microsoft / inshellisense

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

inshellisense dosen't work with PSReadLine? #140

Closed wind-mask closed 4 months ago

wind-mask commented 6 months ago

Describe the bug

In my pwsh inshellisense dosen't work and show.

To Reproduce

is -s 
pwsh -V 

Then I type git st..,no inshellisense . t

Expected behavior

Show Completion.

Environment

Additional context

I used starship:starship 1.16.0

The log: inshellisense.log

wind-mask commented 6 months ago

Sorry,today i try to prohibit the use of starship,so we know this problem has nothing to do with starship. 2023-12-27 12_14_52-Greenshot and 2023-12-27 12_26_43-Greenshot Because of this,I am sure the problem is Caused by PSReadLine. 2023-12-27 12_35_40-Greenshot

The log: inshellisense.log

cpendery commented 6 months ago

@wind-mask, can you put the logs into a Github gist?

cpendery commented 4 months ago

Fixed by #177