tststs / atom-ternjs

JavaScript code intelligence for atom with tern.js and autocomplete-plus
MIT License
628 stars 76 forks source link

Tern js no longer does any autocomplete #341

Closed pingshunhuangalex closed 6 years ago

pingshunhuangalex commented 6 years ago

Probably since the update to Atom 1.25. ternjs seems to stop working. It starts with console command like console.log not autocompleted. Now nothing gets suggested in js file. No idea what happened...

ryancole commented 6 years ago

Still appears to be happening for me, too. Atom version 1.25.0, on Windows 10.

PS C:\Users\rcole\Documents\Visual Studio 2017\Projects\portal-web> apm ls --installed
Community Packages (9) C:\Users\rcole\.atom\packages
├── atom-ternjs@0.18.3
├── busy-signal@1.4.3
├── file-icons@2.1.17
├── intentions@1.1.5
├── language-babel@2.84.0
├── linter@2.2.0
├── linter-eslint@8.4.1
├── linter-ui-default@1.7.1
└── prettier-atom@0.52.0
adityavm commented 6 years ago

@pingshunhuangalex @ryancole can you confirm if after you type in something, then wait a while (for me it's ~17s), the autocompleter ultimately does show up?