ElemeFE / ElemeFE/element-helper
AutocompleteManager.deprecateForSuggestion is deprecated.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
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 (:11:646103)
o.push.Promise.resolve.then.o (:11:643877)
(null:null:null)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the code that invokes AutocompleteManager.deprecateForSuggestion and the provider represented by ClassProvider(undefined). Read the linked Provider API documentation and trace where the prefix attribute is returned. Done means the provider uses optional replacementPrefix and no longer triggers this deprecation warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100