You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2018. It is now read-only.
When using autocomplete-elixir in conjunction with atom-elixir-formatter, it behaves really badly.
Essentially, every time you save a file, it seems like the autocomplete daemon is restarted recursively because the formatter rewrote the file. After saving a few times, the process looks like this (Turn soft wrapping on to see what I'm talking about):
When using
autocomplete-elixir
in conjunction withatom-elixir-formatter
, it behaves really badly.Essentially, every time you save a file, it seems like the autocomplete daemon is restarted recursively because the formatter rewrote the file. After saving a few times, the process looks like this (Turn soft wrapping on to see what I'm talking about):
The more this scenario reoccurs, the more CPU usage and the less responsive autocompletion becomes.
The text was updated successfully, but these errors were encountered: