Results 884 comments of Ivan Yonchovski

@ericdallo is there a way to see the whole content? I guess hovering? But we should do what vscode does here.

(and in general sending these long lenses and then UI cropping them makes no sense because the user can hover the identifier either way)

> No @yyoncho, hover does nothing so it is useless...

@kiennq is there anything else that the user has to do to get the package.json schema? I thought that it is built-in?

That is what emacs has - without changes in emacs core we cannot do better

The issue is that when the server input blocks it wont process user input. AFAIK there is no mechanism to mitigate that.

> I think i might be able to dedicate some time to clangd and rust-analyzer (work and play respectively) clients, so if you think my contributions are useful Feel free...

> Maybe lsp-clangd can send a warning/info message to the user if clangd fails to find compile_commands.json and refer to documentation to help the user configure their workspace. > >...

BTW If you want to play with this, we may suppress dispatching any of the messages if there is a completion request in progress thus giving priority to the completion....

> The server can be ahead of the client. This is pretty common: I'm not reactive enough to add new defcustom-lsps to the client as soon as they're available in...