Results 884 comments of Ivan Yonchovski

@UserWasNotFound lsp-mode does not automatically look for the root. It asks the user.

@UserWasNotFound the second option allows interactively picking the right directory, so no need to create git project. Also, there is .projectile marker to mark the project root.

> I've already followed the instructions from https://emacs-lsp.github.io/lsp-mode/page/performance/. In that same page, there is a description of how to report perf problems...

That perf report is practically useless. You have to isolate the slow behavior and expand the nodes that take time. You have expanded only the node that is related to...

``` + timer-event-handler 3540 28% + # 1786 14% + ... 1408 11% + redisplay_internal (C function) 1301 10% + company-post-command 533 4% ```

can you try setting lsp-java-completion-max-results to 10?

I think it is not about making lsp-ui less noisy. A lot of people prefer lsp-ui the way that it is and even more, lsp-ui is kind of lsp-mode's killer...

> In that case, if user don't want `lsp-ui`, the best way is not install it instead of not enabling it when auto-configuring `lsp-mode`. We can stretch this clearer on...

I think that all that complained in #465 should test that. (@seagle0128 was one of them)