Close popup via function #874
-
|
Hello, is there a way to close my open signature help popup via a function? I've following scenario: I type: "Console.WriteLine(" at this point my completion popup closes and my signature-help popup opens. When I remove my bracket, the completion popup opens again but my signature-help is still open. But I want to close ist at this point. How can I do that? Can I call the "CloseLast" on my own? When I understand it right, the Methode is private right ? İs there a public function which called the closelast method ? ( )Best regards, ulfbert |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
@ulfbert-san I have just pushed a commit containing publicly accessible method |
Beta Was this translation helpful? Give feedback.
@ulfbert-san I have just pushed a commit containing publicly accessible method
OmniSharp#popup#Close()