You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
When I write the "(" keystroke for a function call I expect the autocompletion to open automatically. If the Bracket Matcher is disabled autocomplete works fine showing the parameter info on pressing "(". If Bracket matcher is enabled my cursor gets put inside the paranthesis without triggering Autocomplete.
The bracket matcher needs to manually invoke autocomplete (or send a faked "(" keystroke, after inserting the paranthesis and placing the cursor inside of them) else it makes many many autocomplete providers pretty terrible specifically for languages with overloads.
I am using 1.18.0-beta2 of Atom while bracket matcher is version 0.85.5.
The text was updated successfully, but these errors were encountered:
I've been working on an auto-completion package, and the behaviour that I'm seeing matches this issue.
From the log I can see that my auto-completion code is called, but the responses that it returns are discarded without being used in this one situation. Very frustrating!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
When I write the "(" keystroke for a function call I expect the autocompletion to open automatically. If the Bracket Matcher is disabled autocomplete works fine showing the parameter info on pressing "(". If Bracket matcher is enabled my cursor gets put inside the paranthesis without triggering Autocomplete.
The bracket matcher needs to manually invoke autocomplete (or send a faked "(" keystroke, after inserting the paranthesis and placing the cursor inside of them) else it makes many many autocomplete providers pretty terrible specifically for languages with overloads.
I am using 1.18.0-beta2 of Atom while bracket matcher is version 0.85.5.
The text was updated successfully, but these errors were encountered: