keskiju / autocomplete-java

Java autocompletion for Atom editor
https://atom.io/packages/autocomplete-java
MIT License
40 stars 9 forks source link

Does not work with a gitignored `.classpath` #36

Open noseglid opened 8 years ago

noseglid commented 8 years ago

I have .classpath in my gitignore and generate it for each project I work on. This makes autocomplete-java not do anything at all.

I have tracked the issue to this offending line which uses atom.workspace.scan. This doesn't match ignored files. This was introduced in f6947d96f26314425ec680013d38fdcf78172a5a.

Taking my .classpath out of .gitignore and everything refreshes as expected.

Is there a reason for using atom.workspace.scan ?

RomuloPBenedetti commented 8 years ago

I do have this problem too, I would like to maintain configuration files out of versioning, not everyone uses atom here.

noseglid commented 8 years ago

I actually created my own package for autocomplete. It's not "done" (is it ever?), but use it daily. Check it out: https://atom.io/packages/autocomplete-java-minus