abgox / PSCompletions

A completion manager for better and simpler use completions in PowerShell. 一个补全管理模块,更简单、更方便的在 PowerShell 中使用命令补全。
https://pscompletions.pages.dev
MIT License
78 stars 4 forks source link

If there are enough previous commands in the frame the completion menu does not work. #2

Closed TiLopes closed 10 months ago

TiLopes commented 10 months ago

image Is there any fallback? Otherwise it's pretty annoying since in most situations there are dozens of previous commands.

abgox commented 10 months ago

This is a limit to avoid accidental bugs in the previous unstable menu UI. It is triggered only when the current input position is the last line of the terminal. Due to my personal habits, I would not have such a situation, causing this issue to be forgotten and left to the present. But for now, it really shouldn't exist. I'll be dealing with it in the next version soon.

abgox commented 10 months ago

Version 3.0.7 has been released and the problem has been fixed.