lsp-java icon indicating copy to clipboard operation
lsp-java copied to clipboard

xref-find-references can be improved

Open huangfeiyu opened this issue 3 years ago • 0 comments

When I use xref-find-references to find the references of a java method, it set the default string to the string my cursor is in, that's awesome! However, when I press <enter> , it says "Unable to find symbol". check the following screen shot. image

It works when I enter some characters and select the class name prefixed symbol from the list. Check the following screen shot

image

Thank you for your great work!

By the way the command lsp-find-references works perfectly.

huangfeiyu avatar Sep 08 '21 03:09 huangfeiyu