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

a way to fix class-file-navigation limitations

Open jixiuf opened this issue 1 year ago • 0 comments

https://github.com/yveszoundi/eglot-java/blob/main/eglot-java.el#L1440 how about just change this line to

         (cache-dir (expand-file-name ".eglot-java" (project-root (project-current))))

this shoule fix class-file-navigation limitations

After visiting an initial “class contents buffer”, further type definition navigation is not supported.

jixiuf avatar Sep 15 '24 03:09 jixiuf