fendor

Results 101 issues of 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.

type: enhancement
component: lsp
Hackathon

`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....

type: enhancement
level: easy
Hackathon
component: hls-notes-plugin

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....

type: bug
component: hls-notes-plugin

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...

type: bug
level: easy
Hackathon
component: hls-cabal-plugin

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...

type: enhancement
status: in discussion

They use rather old snapshots, we should upgrade them to more recent ones!

type: enhancement
build tool: stack

But I am looking for `StackAnnotation.hs`! Module name completions should maybe be case-insensitive.

type: enhancement
Hackathon
component: hls-cabal-plugin

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...