Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typing an opening or close brace triggers autocomplete menu, doesn't auto close brace #194

Closed
prashantv opened this issue Mar 24, 2016 · 1 comment

Comments

@prashantv
Copy link

When I type a brace ({ or }), I expect the matching brace to be inserted, but instead an autocomplete menu pops up.

This makes it really hard when entering blocks (e.g. an if condition), since I typically want to type "if [condition {" followed by enter, but since the autocomplete menu pops up, the enter doesn't insert a new line but the first autocomplete selection.

brackets-bug

When I disable the vim extension, this doesn't happen. It looks like the vim extension causes autocomplete to be triggered constantly, even on space etc.

@jpoon
Copy link
Member

jpoon commented Mar 24, 2016

Thanks for reporting the issue! I'm going to close as a duplicate in favor of #158 as that was filed first 😄

This is inherently due to how VSCode handles extensions, their updated extension APIs in 0.10.12 fixes this, but until (1) they release the new version and (2) we'll need to do work to update to those APIs as well which is tracked by #188, we're stuck with this behaviour 😢

@jpoon jpoon closed this as completed Mar 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants