Atom 'autocomplete+' not working Atom 'autocomplete+' not working typescript typescript

Atom 'autocomplete+' not working


In autocomplete-plus settings page there is option "File Blacklist":enter image description here

and by default there is all files back listed "*.*"so autocomplete works only in those files which have special addon installed

I have put "*.none" and autocomplete started to work in all files for me


For atom-typescript and any new typescript project in general, for things like autocomplete to work correctly, you must have a tsconfig.json file. atom-typescript has a command to generate you a file, when you're editing a .ts file.

enter image description here