When I implement my IntelliSense parameter info, i.e. deal with ParseReason.MethodTip, parameter input will trigger Complete Word, then method tip disappeared.
My Complete Word use TYPECHAR command and deal with it in ViewFilter, it's always called before parameter info request in ParseSource.
Is there any way to lay method tip out when user input?