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

Add common stanza to completion data #4286

Closed VeryMilkyJoe closed 2 weeks ago

VeryMilkyJoe commented 2 weeks ago

This allows fields and values to be completed correctly inside common stanzas Fixes #4285.

VeryMilkyJoe commented 2 weeks ago

LGTM, thanks for looking into this! There is no test for the completions in common sections, yet, could you perhaps add one?

Will do, good catch!