fendor
fendor
New feature in LSP 3.17: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_prepareTypeHierarchy Looks like something we *gotta* have.
`hls-notes-plugin` could offer completions for Note references, e.g. when I am typing in a comment context: ```haskell -- See Note [ ``` we could offer all the known `Note`s here....
The `hls-notes-plugin` reports an error instead of no locations when it can't find the note in question. Rather, we should just show the same thing like when "Goto definition" fails....
With HLS 2.11, I don't get completions for `custom-setup` stanzas. Example: ```cabal cabal-version: 3.8 name: cabal-with-custom-setup version: 0.1.0.0 build-type: Custom custom-setup library exposed-modules: MyLib build-depends: base hs-source-dirs: src default-language: Haskell2010...
The `.editorconfig` specifies `indent_size = 4`. To be honest, I prefer `2` :) The plugins generally do not have a unified indentation style or code style, some use `2` and...
They use rather old snapshots, we should upgrade them to more recent ones!
But I am looking for `StackAnnotation.hs`! Module name completions should maybe be case-insensitive.
This extension currently provides syntax highlighting support for .cabal and .hs files and is recommended by the Haskell extension. It would be great to extend this syntax highlighting support to...
If you use `cabal` HEAD, or any local install, often you use a debug installation of cabal. In this case, `cabal` will output the warning: ``` Warning: this is a...