Results 884 comments of Ivan Yonchovski

I don't see sensor struct in main.go. Please provide matching screenshots and file to reproduce the issue. If the issue is the visuals of lsp-ui (mismatched location) then it should...

FTR treemacs will show different stuff if lsp is not initialized in a file because it does not initialize the lsp-mode's imenu function.

You may try import only a limited set of services e. g. do not import the root and then either put .projectile in the service root. If this is not...

It should be possible to make it work if the other projects are compiled and their source is available in the local .m2 repository. Also, it is possible to attach...

> Any plans on implementing the "attach source" feature? Not in the next few weeks, but if you want to give it a hit feel free to ping me.

see https://github.com/redhat-developer/vscode-java/issues/1084 and corresponding PR https://github.com/eclipse/eclipse.jdt.ls/pull/1200

First, the PR should be merged in jdt ls and then it is a single liner in lsp-java - register the configuration settings like we register the rest of the...

Here it is a guide how to expose server property: https://github.com/emacs-lsp/lsp-mode#sections

> How do I pin the root(parent) folder as project root for the project? @nipuna-perera you can import the folder containing the root pom and it should work.

there is call lsp-register-custom-settings - probably we havent exposed the property.