Justin R

Results 19 comments of Justin R

Nope, that doesn't seem to fix the problem.

I guess I should also add that I'm using ring-core version 1.3.2 which is using 0.2.2 of ns-tracker. Working on testing your suggestion.

Adding `[org.clojure/tools.namespace "0.2.11"]` doesn't seem to change anything.

@nathansobo did you have `ide-typescript` enabled when this happened?

Yea, I'm pretty sure the top suggestion is coming from `ide-typescript` and the bottom one is coming from the default provider. Perhaps, `ide-typescript` should exclude lower priority providers i.e. `excludeLowerPriority:...

Note: https://github.com/atom/autocomplete-plus/pull/893

In this particular case, `imts` is coming from the snippets autocomplete provider which has a lower priority than the provider from which `implements` is coming from. The green arrow means...

I could see it making sense to do as @tofof suggested and only request suggestions from providers when the minimum word length is met. One edge case, that isn't so...

@maxbrunsfeld It seems that autocomplete-atom-api doesn't provide a `suggestionPriority`. When this is the case, the `ProviderManager` uses `1` as the default. With a `suggestionPriority` of `1`, its suggestions should appear...

Yikes, looks like we also don't show the completion items nicely aligned with the word you're typing in this case.