Results 884 comments of Ivan Yonchovski

By "prevent scrolling" you mean that you cannot go down with the mouse? > Looks like additionally generated lines are not counted correctly. What do you mean?

I think that restart implementation in dap-mode is incorrect and that it should somehow be generic and handle that case. But adding extension points is generally fine.

Hi @mopemope, I am interested in implementing meghanada/realgud integration. Would you share what is your workflow? To be concrete I am interested in handling gud-jdb-directories which are used for source...

@michaelpj in fact there was, but they deprecated it although IMHO it is much more useful. Check MarkedString in the spec. The best from lsp-mode perspective is to have two...

lsp-mode supports running servers over tramp(note that the server should be installed on the remote machine). If you want to have the server on the local machine and open file...

Yes. Generally registering a remote client with the proper path should be sufficient.

@hek14 you should make sure that `executable-find` when you are in the remote file is able to find the remote python server.

I think that the issue will go away if you enable the caching for mspyls in company-lsp - but either the issue will be fixed once lsp-mode's capf implementation matures.

``` (add-to-list 'company-lsp-filter-candidates '(mspyls . t)) (setq company-lsp-cache-candidates 'auto) (defun company-lsp--on-completion (response prefix) "Handle completion RESPONSE. PREFIX is a string of the prefix when the completion is requested. Return a...