Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Autocompletion box opens everytime #83

Open
tiagomsmagalhaes opened this issue Dec 7, 2017 · 18 comments
Open

Autocompletion box opens everytime #83

tiagomsmagalhaes opened this issue Dec 7, 2017 · 18 comments
Assignees

Comments

@tiagomsmagalhaes
Copy link

tiagomsmagalhaes commented Dec 7, 2017

On javascript file, after every character it appears suggestions from your plugin which is counter productive working like that. Even with a space triggers the box with all the suggestions

@tiagomsmagalhaes tiagomsmagalhaes changed the title Comma triggers suggestions Autocompletion box opens everytime Dec 7, 2017
@outsideris
Copy link
Contributor

I didn't realize that. I have an idea why that happened.I will check it.

@outsideris outsideris self-assigned this Dec 8, 2017
@Autalyst
Copy link

I am getting this too, but mostly with commas. Every time I have a comma it tries to autocomplete and then I end up with a lot of garbage because I'm trying to put in a new line.

@FrEaKmAn
Copy link

FrEaKmAn commented Jan 2, 2018

Yes, same problem here. Super annoying

@Sparksx
Copy link

Sparksx commented Jan 3, 2018

Same problem

@gmanriqueUy
Copy link

gmanriqueUy commented Jan 3, 2018

Same here:

angularjs-atom-bug

Thanks!

@outsideris
Copy link
Contributor

I just released v0.5.2.
Please check it again.

@Sparksx
Copy link

Sparksx commented Jan 5, 2018

Fixed for me in v0.5.2

Thanks @outsideris

@tiagomsmagalhaes
Copy link
Author

tiagomsmagalhaes commented Jan 5, 2018

@outsideris updated the plugin and still appears everytime

EDITED: updated the plugin and still appears everytime as soon I press space

@Autalyst
Copy link

Autalyst commented Jan 5, 2018

It appears to be resolved for me in v0.5.2

@outsideris
Copy link
Contributor

@tiagomsmagalhaes Could you explain more details? Others said it is fixed. OS or Atom versions?

@outsideris
Copy link
Contributor

@tiagomsmagalhaes I got it. Thank you.

@outsideris outsideris reopened this Jan 5, 2018
@dierol
Copy link

dierol commented Jan 9, 2018

Works fine in v0.5.2.
Thanks for this fix! It was an ungodly annoying behavior.

@tiagomsmagalhaes
Copy link
Author

tiagomsmagalhaes commented Jan 16, 2018

@outsideris Updated to 0.5.3 Still happens...

Use cases:

  • Entering space after a semicolon
  • Opening parenthesis with cursor after parenthesis and before any word
  • Entering space After the opening curly bracket (e.g. the bracket opening a function)
  • Entering space after opening square brackets
  • Entering dot everywhere (Not sure when is supposed to show if it's supposed to show)

@Sparksx
Copy link

Sparksx commented Jan 16, 2018

You should hide it with "non word characters" (look at: atom > preference > editor)
by default it's set to: /()"':,.;<>~!@#$%^&*|+=[]{}`?-…
suggestion have no sense after these characters, except after dot?

@tiagomsmagalhaes
Copy link
Author

@Sparksx you replied to me or @outsideris?

Either way, I have that default non word characters with the default set. But that only works on html (angular) files. on js files the use cases i listed occurs.

@Sparksx
Copy link

Sparksx commented Jan 16, 2018

I replied to @outsideris

I've same problem that you @tiagomsmagalhaes

@outsideris
Copy link
Contributor

hmm Now I just checking characters but I should determine with context.
I will dig it.

@outsideris outsideris reopened this Jan 17, 2018
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

7 participants