This project contains a few manually written facades for some Atom-related APIs. Currently it exists solely for the needs of the atom-ide-scala project and will be extended on demand.
- Some of the core Atom APIs (see src/.../atom/core/):
CommandRegistry
CompositeDisposable
Config
Disposable
MenuManager
Notification
NotificationManager
TextEditor
Workspace
- atom-languageclient
AutoLanguageClient
ActiveServer
LanguageClientConnection
ServerCapabilities
and everything related to it
- atom-ide-ui
- atom-ide-busy-signal
BusyMessage
BusySignalOptions
BusySignalService
- atom-ide-busy-signal
resolvers += Resolver.jcenterRepo
libraryDependencies += "laughedelic" %%% "scalajs-atom-api" % "<version>"
(see the latest release version on the badge above)