Closed dala00 closed 7 years ago
Typing becomes slow because of synced autocomplete.
Is there any problems to change like this? In my PC, this made faster.
getSuggestions: ({editor, bufferPosition, scopeDescriptor, prefix}) -> new Promise (resolve) => resolve(@fetchSuggestions({editor, bufferPosition, scopeDescriptor, prefix}))
Typing becomes slow because of synced autocomplete.
Is there any problems to change like this? In my PC, this made faster.