Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Atom 'autocomplete+' not working

So the autocomplete+ comes with Atom when you install it and is enabled by default.

When I am writing code, nothing shows up, why?

Is there any file I need to configure before it works properly?

like image 378
Batzi Avatar asked Oct 01 '15 15:10

Batzi


1 Answers

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

like image 94
tadas Avatar answered Oct 05 '22 15:10

tadas