cursive

Issues at: https://git.io/cursive-issues
jmv 2020-09-04T00:43:15.025800Z

thanks!

thheller 2020-09-04T20:54:12.026900Z

hmm what could I have done that made the cursive auto-require intent not show up anymore? it used to work but now it just doesn't appear ever?

cfleming 2020-09-05T09:18:11.027Z

This changed in the latest EAP so it’s possible something broke. First up, did you disable any of the new inspections? If not, can you email me your log file and I’ll take a look?

thheller 2020-09-06T10:03:55.027200Z

hmmm I think I disabled something but not exactly sure what

thheller 2020-09-06T10:04:18.027400Z

the thing that used to show up in the top right corner of the editor window showing warning/errors numbers in the file is gone somehow

thheller 2020-09-06T10:04:25.027600Z

don't know what its called but maybe its related

thheller 2020-09-06T10:04:51.027800Z

inspection I disabled for undeclared var stuff since half my files are yellow all over 😛

thheller 2020-09-06T10:08:34.028100Z

ah thats actually it. turned it into a "weak warning" and now I have the auto-require thing back without the visual noise

thheller 2020-09-06T10:08:47.028300Z

thx for the hint. didn't think those were related.

katox 2020-09-06T10:51:51.028500Z

In the latest EAP it does the opposite for me (in the REPL and during debugging, like alt-F8 eval expr). If I confirm the bubble in the REPL cursive spits out the require just to present the same bubble again every time. But it is not really needed it works even though it shows an underlined unresolved symbol.

cfleming 2020-09-06T21:47:57.028800Z

@thheller They weren’t until the latest EAP. I broke some of that out into inspections which means that users can control them better. There seem to be some performance issues doing that though so that may go backwards.

cfleming 2020-09-06T21:48:11.029Z

@katox I’ll look into that, thanks.