autocomplete-plus
autocomplete-plus copied to clipboard
Duplicate words with different syntactic scopes appearing as suggestions
I'm seeing the same word showing up as a suggestion with two different syntactic icons.

Steps to reproduce:
- Open: this version of text-editor-spec.js at line 2010
- Select both instances of
setCursorScreenPosition - Try to replace with
setCursorBufferPosition
/cc @leroix
@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: true?
/cc @damieng
Note: https://github.com/atom/autocomplete-plus/pull/893