atom / autocomplete-plus

View and insert possible completions in the editor while typing
MIT License
960 stars 263 forks source link

Add `atom-text-editor.autocomplete-plus-symbol-provider` to the set of textEditorSelectors for `SymbolProvider`. #807

Open bolinfest opened 7 years ago

bolinfest commented 7 years ago

If I create an <atom-text-editor> and want to get support from the SymbolProvider, I should not have to put it under the DOM structure atom-pane > .item-views > atom-text-editor in order to leverage it.

I think it would be a much better pattern for 3.0 providers to choose a marker interface based on their package name so that others can opt-in by doing:

<atom-text-editor class="autocomplete-plus-symbol-provider"></atom-text-editor>
bolinfest commented 7 years ago

/cc @as-cii