Eero Helenius
Eero Helenius
To make it easier for users to enjoy the benefits of Tutkain's static analysis features, Tutkain could use `clojure.repl.deps/add-libs` to automatically load tools.analyzer if not already in the classpath. Users...
1. Connect to a Babashka runtime. 2. Edit a file with the `.clj` extension. By default, Tutkain says "Not connected to a Clojure REPL". Tutkain could maybe detect that the...
Maybe see how https://github.com/aziz/SublimeANSI does it.
`:examples` would point to a file in the classpath. Add a new command (**Tutkain: Show Examples**) that, when executed while the caret is on a function definition, opens that file...
Per https://github.com/eerohele/Tutkain/issues/117.
For example, given: ``` Syntax error compiling at (app/core.clj:23:3). Unable to resolve symbol: divide in this context ``` It might be possible to pick up the file and the line...