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

Snippet results not shown for initial ( #329

Open
basarat opened this issue Mar 20, 2015 · 5 comments
Open

Snippet results not shown for initial ( #329

basarat opened this issue Mar 20, 2015 · 5 comments

Comments

@basarat
Copy link

basarat commented Mar 20, 2015

The request handler is called, it does return a list of suggestions. However this list isn't used to render the autocomplete list in the view. I suspect ) might be interfering. The below gif demonstrates it. The autocomplete view is :

  • shown for console.log.
  • not shown when I type in ( which makes the text state: console.log(_cursor_) even though we return a bunch of suggestions (1787 suggestions as shown)
  • shown for when you delete the trailing ).

notcalledforbracket

This is related to a previous error report https://github.com/atom-community/autocomplete-plus/issues/220
I need it for : TypeStrong/atom-typescript#23

basarat referenced this issue in TypeStrong/atom-typescript Mar 20, 2015
…mmunity/autocomplete-plus/issues/329 results in an infinite loop

I'll just wait for a fix in autocomplete-plus or a better idea.
@jeremyfa
Copy link

+1

This is a pretty annoying issue. It would be best if we were able to trigger autocomplete after ANY character (or at least make it configurable). Before 2.7.0, we were at least able to trigger autocomplete manually in that case (ie. ctrl+shift+space), but this doesn't seem to work anymore.

@joefitzgerald
Copy link
Contributor

This should have been fixed, and was an issue with bracket matcher. Let me know if this is still an issue.

@basarat
Copy link
Author

basarat commented Apr 23, 2015

@joefitzgerald its not fixed. That's the comment you left here : https://github.com/atom-community/autocomplete-plus/issues/220#issuecomment-75623037 And that's why I referenced #220 in the issue description.

I just tested again right now. Still broken: 😄

meh

@joefitzgerald joefitzgerald reopened this Apr 23, 2015
@jeremyfa
Copy link

I confirm the issue is still present on my side as well (tested with https://github.com/snowkit/atom-haxe)

@binarious
Copy link

Any news? I still don't see it.

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

4 participants