Fork me on GitHub
#lsp
<
2022-03-19
>
ericdallo17:03:22

@U04V15CAJ exactly what we were talking right now 😂

borkdude17:03:32

@UL618PRQ9 When developing, do you have the Java library's source code on the classpath, or only the .class files?

Chicão17:03:56

I think so, I download the java lib and added to my deps

org.eclipse.jgit/org.eclipse.jgit {:local/root "/Users/matheusfrancisco/m/dev/jgit"}
but not sure if I did this right

Chicão17:03:48

actually it wrong because my code dont loaded anymore..

ericdallo17:03:17

any reason to just use the jar deps normally like other libs instead of manually downloading it? https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit/6.1.0.202203080745-r

Chicão17:03:32

don't, have i thought using the code I could navigate into it and look at functions definitions

Chicão17:03:29

I was using this way

org.eclipse.jgit/org.eclipse.jgit {:mvn/version "6.0.0.202111291000-r"}}

👍 1
ericdallo17:03:56

so you changed to use a local lib just to be able to navigate to that right? well, ATM clojure-lsp doesn't have that support for both local and external jar

👍 1
Chicão18:03:26

yes I changed to be able to navigate.

ericdallo18:03:54

with lsp not possible yet, with cider probably it is, maybe ask on #cider

thanks 1