Fork me on GitHub
#calva
<
2022-01-22
>
Thierry14:01:02

Quick question, cant seem to find an answer. I use VSCode as my main IDE with Calva, loving it! When I open any project and hover my mouse I get a nice popup with info about a function, symbol, definition etc. I can also CTRL+click to the definition etc. But with external dependencies the pop up disappears as soon as I ctrl+click and I am unable to go to the external dependency code (this used to work). I have to reload the window to get the popup to work again. Any idea on how to fix this? Attached two screenshots, one before click and one after.

pez15:01:08

I don't think I've heard of this before. Lately there has been a lot of very strange reports, where many have been fixed by restarting vscode/rebooting the machine/reinstalling vscode. Not saying this will fix this issue, but you can give it a try?

Thierry15:01:17

restarted vscode -> check restatered computer -> will do now 🙂

Thierry15:01:30

Unfortunatly still doesnt work. I have already disabled most extensions. Ill try disabling everything but Calva

Thierry15:01:54

Only have Calva enabled, reloaded window. Still doesnt work

Thierry15:01:03

need any logs, if you tell me how to produce them?

Thierry15:01:22

It seems like it just wont open de respective jar file with the source

Thierry15:01:37

deleting the .m2 folder en rerunning lein deps didnt fix it

ericdallo16:01:46

This is a calva bug that AFAIK is happening for some months now, I created this issue to track the problem: https://github.com/BetterThanTomorrow/calva/issues/1494

Thierry16:01:56

allright thanks! ill keep an eye on that issue

Thierry17:01:06

It works as soon as I start a repl tho

ericdallo17:01:35

Because calva stops using clojure-lsp to rely on cider-nrepl when you jack in

ericdallo17:01:27

@U9A1RLFNV IMO this is the top priority on LSP side for calva if you would prioritize something

pez17:01:47

Thanks, @ericdallo ! Too bad I beat you to it and had @U02CX2V8PJN interrupt his work with restarts and stuff. 😑

👍 1
Thierry17:01:30

So, do I need to do something? 😶

ericdallo17:01:29

Feel free to paste your experience on the issue to help track it :)

bringe22:01:10

Thanks for the issue @ericdallo. I’ve been pretty busy lately but I’ll prioritize it when I do work on Calva.

ericdallo23:01:21

No problem, glad to help!

Thierry21:01:15

Ill do that as soon as i have time