Provides Storyscript language support for Atom powered by the Storyscript Language Server.
Launch Atom Quick Open (Ctrl+P) and go to "Settings View: Install Packages and Themes":
Now search for ide-storyscript
and hit "Install":
Alternatively, you can also install ide-storyscript
via the Atom Package Manager (APM):
apm install ide-storyscript
npm install
npm run compile
apm develop ide-storyscript .
atom -d
This allows will enable the Developer Tools in "View -> Developer". Most notable it includes:
Use Typescript's watch
to monitor all Typescript files and automatically recompile the extension:
tsc -w
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.