eerohele / Tutkain

A Sublime Text package for interactive Clojure development
https://tutkain.flowthing.me
Other
68 stars 8 forks source link

Make it possible to install your own exception formatter #81

Closed eerohele closed 2 years ago

eerohele commented 2 years ago

Tutkain probably shouldn't touch Throwables by default, but it might be interesting to make it possible to install your own exception formatter.

eerohele commented 2 years ago

On second thought, you can already do something like this:

    {
        "keys": ["ctrl+c", "ctrl++"],
        "command": "tutkain_evaluate",
        "args": {"code": "(my.exception/formatter *e)"}
    },