Closed
Description
Using the language service in the UI thread is slow. Solution : run it out of process.
Tasks:
- hover tooltip
- errors for files
- Build
- Use Promises not callbacks in UI thread (Atom comes with a version that has native
Promise
. If possible use that and make your code async.) - linter
- autocomplete