cursive

kenny 2025-04-08T14:33:22.342919Z

I’m sure this has been brought up before: the inline results are great! One reason I find myself opening the REPL pane again is to confirm a long-running form I sent to the REPL is actually sent. Put another way, when you send a form to the REPL that takes a few seconds to run, you don’t get any feedback you sent the form until the result comes back. It’d be great to get some kind of feedback that the form was sent and we’re waiting for the result.

5
1
cfleming 2025-04-08T21:37:41.564229Z

Yes some sort of progress display is definitely in my plans. There was also some discussion a while ago as well about making it clearer that something has been evaluated when the result is very fast, since the inline display gets replaced so fast you don't even see it flicker a lot of the time.

👍 1
shaunlebron 2025-04-08T20:47:42.410889Z

Can I show the full namespaces when searching for symbol usages?

shaunlebron 2025-04-08T20:50:14.698089Z

e.g. the modal will show different usages across files like "core.clj" but I’d like to see the namespace instead

shaunlebron 2025-04-08T20:51:39.358989Z

There’s a [m] icon with a tooltip that says “File Structure”, but toggling it doesn’t seem to change anything

shaunlebron 2025-04-08T20:53:06.822999Z

As a sidenote, the i icon with the tooltip “Show import statements” also doesn’t seem to hide symbol usages inside (:require) forms

cfleming 2025-04-08T23:19:38.450509Z

Could you show a screenshot of the view you're talking about? There are a bunch of different usage views, I just want to be sure we're talking about the same thing.

imre 2025-04-09T10:27:40.085039Z

I have a feeling that you'll want to upvote this: https://youtrack.jetbrains.com/issue/IJPL-60969

cfleming 2025-04-09T10:40:57.379739Z

Yes, there are a couple of IntelliJ bugs around this, very frustrating.

😭 1
imre 2025-04-09T10:42:10.931379Z

and it's been years...

shaunlebron 2025-04-09T14:05:14.707849Z

yes, that’s the usage modal I was talking about in the YouTrack issue, thanks @imre

Joe R. Smith 2025-04-08T22:40:16.492789Z

Similar to the issue I was having with intellij ultimate + gateway backend, I get weird repl prompt behavior with CodeWithMe. Is this an intellij bug or something w/ Cursive? (The left window is the CodeWithMe "remote" connection)

onetom 2025-04-10T14:00:59.168979Z

i don't think code with me is supported intentionally. i think it's accidental, that it works even this much.

Joe R. Smith 2025-04-10T14:46:43.013619Z

It would be nice if it could work, intentionally. Any idea what it would take?

Joe R. Smith 2025-04-10T14:47:04.806549Z

It has the same problems that IntelliJ remote development using Jetbrains Gateway has.

Joe R. Smith 2025-04-10T14:47:18.054019Z

both of these features are important for remote development

onetom 2025-04-11T03:28:49.552379Z

I also wish IntelliJ would be viable for remote development, then we shouldn't be worrying about screen sharing that much. It would lock our emacs colleagues out of pair programming or we would need to maintain a separate process and tooling for them to pair. Anyway, it's a question to @cfleming how feasible is it to fix this issue.