Home

Awesome

SuperCollider Sublime Text 3 Plugin

Installation

Features

Options

See Package Settings > SuperCollider > Settings - Default for further options, including Post Window settings.

Commands

All commands are available in the Tools > SuperCollider Menu, or via the Command Palette

If you want to set key bindings, add an entry to your Preferences -> Package Settings -> SuperCollider -> Key Bindings - User e.g.

{
    "command": "super_collider_stop",
    "keys":    ["super+."],
    "context": [{
        "key":      "selector",
        "operator": "equal",
        "operand":  "source.supercollider"
    }]
}

The available commands are:

Credits

Rewritten for Sublime Text 3 based on ST2 plugin by geoffroymontel.

Also includes:

Testing TODO

TODO

Future Work

Multiple sclang instances

In theory this plugin could support multiple instances of sclang, however some mechanism would be required to tell the commands (start, stop execute etc) which instance to send the message to.

Possibile approaches: