haskell / haskell-language-server

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

Cabal ignore if for completions (#4289) #4427

Closed SamuelLess closed 1 month ago

SamuelLess commented 1 month ago

If conditions were previously handled as normal sections, for which we don't have any completion information. Now, we ignore the if section and use the parent section for completion purposes.

fendor commented 1 month ago

Closes #4289