cursive

Issues at: https://git.io/cursive-issues
denik 2020-10-15T15:41:33.101600Z

@cfleming While doing web dev I often have a CLJ and CLJS repl running. Oftentimes I want to evaluate expressions of CLJ/CLJS files in their respective REPLS which currently requires matching the file type with the repl. Is there a way to auto-switch REPLs by filetype? Would be a great improvement for my DX

➕ 3
msolli 2020-10-15T17:48:40.104Z

Lately I’ve been having trouble with stub generation. It used to work fine, then one day it didn’t. When I press “Generate now”, I get an error after a few seconds. The Event Log doesn’t provide much detail:

cfleming 2020-10-16T07:21:46.105300Z

Here’s how to diagnose: 1. Open Help-&gt;Diagnostic Tools-&gt;Debug Log Settings. 2. In the box that’s opened, enter #cursive.stubs and press Ok. 3. Reproduce the problem. You can do that by refreshing your project from the lein or deps tool window, whichever you’re using. That should show the notification if you don’t already have it. Then press “Generate now”. 4. Send me your log file from Help-&gt;Show log in Finder/Explorer to <mailto:cursive@cursive-ide.com|cursive@cursive-ide.com>.

msolli 2020-10-16T11:13:01.105500Z

Thanks! I’ll send it to you, along with some more info.

msolli 2020-10-15T17:49:32.104800Z

How can I troubleshoot this?