TypedActionHandler side-effect Follow
Answered
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?
Please sign in to leave a comment.
I got what I did wrong. I replaced buitin typed handler with my own.
Everything returned to normal when I have switched to decorator.