You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
First, thanks to the developers of this great package ide-typescript. It is great alongside atom-ide-ui package. However, I've discovered that ide-typescript is interfering in autocomplete-plus package, causing this last one to not show suggestions of common words already typed in the code. For example, if I have typed the term "student" in the code or in comments and retype the same word, the autocompletion is not showing the related suggestion when ide-typescript package is activated. So, in order to to have back the autocomplete service in a full way I have to deactivate the ide-typescript, what is really sad.