tricktron / frege-lsp-server

Frege Language Server Using the Language Server Protocol
MIT License
1 stars 0 forks source link

DiagnosticSeverity Hint is not really useful at the moment #22

Closed tricktron closed 2 years ago

tricktron commented 2 years ago

DiagnosticSeverity.Hint are only shown as a little grey ellipsis in the editor. They should point to code actions. Since the code action feature is not yet supported, it may make sense to map compiler Hints to DiagnosticSeverity.Information or Warning instead.

Screenshot 2022-06-22 at 15 52 27

tricktron commented 2 years ago

Closed by https://github.com/tricktron/frege-lsp-server/pull/25