Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

AutocompleteManager.deprecateForSuggestion is deprecated. #354

Open marksagal opened 7 years ago

marksagal commented 7 years ago

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)
mappedinn commented 7 years ago

I am having the same issue...

BigfootN commented 6 years ago

Same here

mappedinn commented 6 years ago

No update???

sagarpanchal commented 6 years ago

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