logrusx
logrusx
It's actuary #384, sorry about that
Hey, it's not the place to seek support in the issue, please delete your comment there and open a discussion and I'll try to help you as much as I...
One suggestion is to see the kickstart starter project and try to set it up the same way. The other is to upload your .config/nvim and a sample project in...
Earlier I wrote another replay but then figured out my mistake and I deleted it. If you got the contents with the email notification, disregard it. This is my working...
Can you create a project from scratch, put a few classes and confirm if this is project setup related issue?
I believe this is either a configuration issue or it should be fixed with #384 (or combination of both)
Hello @IoannisLafiotis, after taking a look at your configuration, I believe this is a duplicate of #293
I don't think it's the same problem. If by external dependencies you mean jar files, then this needs additional implementation which utilizes decompiler. If you have multi module project, then...
> Yeah, for example if I want to go to the source code of the interface UserDetails( import org.springframework.security.core.userdetails.UserDetails;), does the current state of this plugin support that feature? >...
@pndesu actually it turns out you can configure jdtls to download sources. Here's what I took from a nvim-jdtls configuration I found out there which did that: ``` settings =...