Felicián Németh
Felicián Németh
If vls supports TCP connections, then (as a workaround) you start the server manually and later start eglot like C-u M-x eglot RET localhost:8080 RET. Alternatively, you can make a...
Does adding `(add-hook 'vue-mode-hook 'eglot-ensure)` to your init file work? When you open a file the point is at the top, so the major mode should be vue-mode. I understood...
> I'm not sure. (A gif would help, BTW). I've created a .gif (using huge font-sizes somehow), but I'm not sure about its usefulness. It hopefully shows that the user...
> I was more referring to a different change in behavior, though: the list being updated as you type. That's the common feature of frameworks like Helm/Ivy/Vertico. Not sure what...
> > Like, for example, a company-location metadata field. > > There is such field, but it works differently: to show the location of the current completion. And anything Company...
> > [...] my guess it is possible to implement a xref-backend-identifier-completion-table for eglot. [...] My idea was to fetch the possible candidates for `C-u M-.` with the workspace/symbol LSP...
Eglot displays the following: ``` Connected! Server `ccls' now managing `c++-mode' buffers in project `test-ccls'. ``` Because ccls sends `serverInfo` of the LSP v3.15.0. If rust-analyzer adds support for serverInfo,...
It seems rust-analyzer now [sends the serverInfo](https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/rust-analyzer/src/bin/main.rs#L96). If you are interested in receiving the serverInfo from pyls, you should at least open an issue at its project page. But I...
@netjune, how do you end up with that 200 buffers? - If you use `desktop-save-mode`, then customizing `desktop-restore-eager` might be the solution. - If you opened the files first and...
> There might be many reasons why people have 200 buffers open (I don't even want to look how many I have right now), so let's not go into that....