TypedActionHandler side-effect
已回答
Hi,
My plugin registers TypedActionHandler.
I noticed that suggestions for auto completion are not shown e.g. after typing variable name and ".".
To get suggestions I had to press code/completion/basic.
How can I trigger manually suggestions for auto completion over Open API as a workaround?
请先登录再写评论。
I got what I did wrong. I replaced buitin typed handler with my own.
Everything returned to normal when I have switched to decorator.