While editing C# code with OmniSharp, I typed a class name and a method name. As expected, the intellisense showed the method's parameter info. I pressed escape to return to normal mode and began to use the directional keys to navigate my code.
I expected the parameter info to go away.
The parameter info box followed my cursor around the page and displayed the parameter info for whatever method the cursor was inside. The workaround for dismissing the parameter info box is either 1. to mouse click somewhere on the page or 2. to move the cursor to a location that has no parameter info.
Is this still happening? I am using insider and don't see this
I see it. You have to type methodName(x where x is some random character. Then the parameter info won't go away.
It's pretty annoying.
A couple additional points:
I use shift+esc to close annoying messages, seems to work here too and keeps me in insert mode. VSCode is telling me this is a default mapping.
I think @cobbweb 's solution is good enough for this. I think we should close this and maybe add it to the README or something.
Most helpful comment
I use
shift+escto close annoying messages, seems to work here too and keeps me in insert mode. VSCode is telling me this is a default mapping.