ide-typescript icon indicating copy to clipboard operation
ide-typescript copied to clipboard

ide-typescript package is interfering in autocomplete-plus package

Open ronaldreis3000 opened this issue 4 years ago • 1 comments

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.

ronaldreis3000 avatar May 04 '20 19:05 ronaldreis3000

I just discovered this issue as well. Luckily the ide-typescript packackage works great in .js files, but when writing inline

sniepoort avatar Oct 01 '21 10:10 sniepoort