PM Extra
PM Extra
This will fix #2082
@FelisCatus Are you still maintaining this project? I found it's inactive for a long time. If I don't get any response in a month, I will recreate a new extension...
I suspended to create a new distribution, I have mentioned the details at #2187 (in Chinese). In short, it's too cumbersome and of little value. I will consider to continue...
服务器上安装 bash-completion ,然后 tab 键补全就行. ~不太清楚 windterm 这个功能原本的设计是怎样的,但是 Windows 上测试也和你上面截图是同样的行为,这个问题和平台无关。~(看到了博客里关于这个功能的介绍了,确实现在的行为不符合预期)
这个事情好像和 oh-my-zsh 有关系,你试试 `zsh --no-rcs` 就不会有这个问题。
同理的 linux 上用了 oh-my-bash 以后也会导致自动补全失效
看看 https://github.com/MartialBE/one-hub
https://github.com/abpframework/abp/pull/9164
We have `invocation.ReturnValue = InterceptAsync(...)` for async methods: https://github.com/JSkimming/Castle.Core.AsyncInterceptor/blob/v2.1.0/src/Castle.Core.AsyncInterceptor/AsyncInterceptorBase.cs#L49-L67 But we ignored the `InterceptAsync` result for sync methods.
That means we cannot modify the return value for synchronous methods.