elm-language-server icon indicating copy to clipboard operation
elm-language-server copied to clipboard

Implement new language server version

Open razzeee opened this issue 2 years ago • 1 comments

Check if there is anything in here we want to support/change to https://github.com/Microsoft/vscode-languageserver-node#3170-protocol-800-json-rpc-800-client-and-800-server

razzeee avatar Jul 04 '22 22:07 razzeee

  • CompletionItem labelDetails would be good for adding type annotations and file names to completions
  • We should explore any good uses for inlay hints
  • Explore the new diagnostics pull model

jmbockhorst avatar Aug 24 '22 04:08 jmbockhorst