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 completions for import statements in cabal files #4305

Closed VeryMilkyJoe closed 1 week ago

VeryMilkyJoe commented 2 weeks ago

Currently any common stanzas in the cabal file will be suggested as values for an import field. In the future, we should only suggest names of common stanzas, defined before the cursor position to adhere to the cabal specification.