wende / autocomplete-elixir

Intelligent Elixir autocompletion provider for Atom autocomplete-plus
MIT License
42 stars 11 forks source link

Autocomplete is very slow and uses a lot of CPU in Phoenix projects #74

Closed ejpcmac closed 7 years ago

ejpcmac commented 7 years ago

I’m currently learning Elixir and the Phoenix framework. I use Atom with language-elixir, autocomplete-elixir and linter-elixirc.

When working on small Mix projects, autocomplete-elixir works very well. However, in a Phoenix project, when I do some changes to a file (for example when adding a route), I get a beam.smp using 110-120% CPU. During this time which can vary from 10 seconds to 1 minute, autocompletion does not work.