Has anyone had issues recently with Atom slowing down? Mine has become unusably slow, but only for projects that I've created in the last few days. I can edit older projects with no issue, however there's a 5 - 10 second lag when typing and navigating between files in all new projects. The Activity Monitor shows that Atom Helper is often using 100% CPU.
Steps so far:
- Uninstalling and reinstalling Atom
- Testing whether opening projects using different languages (Ruby vs Javascript) makes any difference (it doesn't)
Other notes:
- I have the most recent version of Atom installed (1.18.0) I've been using Atom for a month without issues
- I haven't changed any of the settings or packages or plugins
- The first project affected was one using Javascript and Jasmine for testing (all previous projects were in Ruby using Rspec)
atom --safe
? – Exercise To The Readeratom --clear-window-state
. – Exercise To The Reader