this post was submitted on 20 Oct 2023
1 points (100.0% liked)
Lisp
53 readers
3 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I personally use Emacs + CIDER inspector
Can you say a bit more about your actual workflow? I also use CIDER and I've never found completion of navigating javadocs to be great. But I suspect I just don't know the right commands/functions.
Sure. Basically:
- I eval stuff
- Inspect the result via cider-inspector
- Drill into the java class via `cider-inspector-operate-on-point`
- See all the class method signatures
https://imgur.com/a/aMNoJRu
Oh! The literal inspector - I had no idea it had that capability. Amazing.
Happy Friday, I will dig into this.
PS. Nice video, seeing is believing.
Yeah it's pretty amazing. I can't live without it