-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FindInDependencyJars
doesn't work
#637
Comments
Hey @Z1kkurat! Thank you for opening this issue I just checked it work as expected for me. I'm still using packer. I ran Do you by any chance have this line in your config? Maybe it is interfering with the search excludedPackages = { "akka.actor.typed.javadsl", "com.github.swagger.akka.javadsl" }, We can also try to reproduce with minimal neovim config. |
I just tested with this example config excludedPackages = { "akka.actor.typed.javadsl", "com.github.swagger.akka.javadsl" }, |
Hi @antosha417, thanks for taking a look! Indeed, I had |
I'm not sure about debug logs, sorry. I would start with the example config. Make sure it does work for you. |
I found what was causing the issue for me. Somehow it doesn't work if neovim is started by calling |
Can you include the exact commands of what you mean. I just tried with opening a project just with |
@ckipp01 exact sequence of commands:
This results in...nothing, just like in the GIF I've attached to the issue. Text inputs are shown, but nothing happens afterwards. |
Hey @Z1kkurat sorry this has sat here for a while. Just getting back to it and testing exactly you have listed, I still can't reproduce with a minimal config. So I honestly have no idea how to move forward without being able to reproduce. Once the build is imported you should totally see this working. |
Describe the bug
MetalsFindInDependencyJars
command doesn't seem to work. After showing the input for file mask and text, nothing happens. I found no errors in metals' log file. The same use case works fine in vscode, so it doesn't seem the issue is in metals itself.Can be reproduced by adding
"com.typesafe.akka" %% "akka-actor" % "2.6.13"
to the project's dependencies, file mask should be.conf
, query should beakka
.I use lazyvim if that makes any difference.
Expected behavior
A window/popup with the search results
Operating system
macOS
Version of Metals
1.2.0
Commit of nvim-metals
1e269f1
The text was updated successfully, but these errors were encountered: