haskell / haskell-language-server

Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Apache License 2.0
2.61k stars 351 forks source link

Cabal file completion does not consider common stanzas #4285

Closed VeryMilkyJoe closed 2 weeks ago

VeryMilkyJoe commented 2 weeks ago

Fields and their values are not completed correctly when the cursor is inside the common stanza of a cabal file.

Field completion suggests fields from previous stanza instead of common stanza: image