Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Bracket Matcher surpresses autocompletion #291

Open
ghost opened this issue Jun 8, 2017 · 2 comments
Open

Bracket Matcher surpresses autocompletion #291

ghost opened this issue Jun 8, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 8, 2017

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.

@sompylasar
Copy link

@FASA123 's screencasts from the downstream issue TypeStrong/atom-typescript#608:

Bracket Matcher enabled:
with Bracket Matcher enabled

Bracket Matcher disabled:
with Bracket Matcher disabled

@samdeane
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants