atom-autocomplete-php icon indicating copy to clipboard operation
atom-autocomplete-php copied to clipboard

AutocompleteManager.deprecateForSuggestion is deprecated.

Open marksagal opened this issue 6 years ago • 4 comments

Autocomplete provider 'ClassProvider(undefined)' returns suggestions with a prefix attribute. The prefix attribute is now replacementPrefix and is optional. See https://github.com/atom/autocomplete-plus/wiki/Provider-API

AutocompleteManager.deprecateForSuggestion (<embedded>:40436:20)
<unknown> (<embedded>:40293:44)

marksagal avatar Jul 24 '17 04:07 marksagal

I am having the same issue...

mappedinn avatar Jul 29 '17 13:07 mappedinn

Same here

BigfootN avatar Oct 17 '17 08:10 BigfootN

No update???

mappedinn avatar Oct 18 '17 19:10 mappedinn

Same issue when adding 'use' statement deprecation cop pops up with following warning

Autocomplete provider 'ClassProvider(undefined)' returns suggestions with a prefix attribute. The prefix attribute is now replacementPrefix and is optional. See https://github.com/atom/autocomplete-plus/wiki/Provider-API
Atom    : 1.26.1
Electron: 1.7.11
Chrome  : 58.0.3029.110
Node    : 7.9.0

sagarpanchal avatar Aug 11 '18 18:08 sagarpanchal