ghcide v0.0.6 Release Notes

Release Date: 2020-01-10 // over 4 years ago
    • ๐Ÿ›  Fix type in hover information for do-notation and list
      ๐Ÿ‘€ comprehensions (see #243).
    • ๐Ÿ›  Fix hover and goto-definition for multi-clause definitions (see #252).
    • โฌ†๏ธ Upgrade to hie-bios-0.3 (see #257)
    • โฌ†๏ธ Upgrade to haskell-lsp-0.19 (see #254)
    • โš  Code lenses for missing signatures are displayed even if the warning
      โš  has not been enabled. The warning itself will not be shown if it is
      ๐Ÿ‘€ not enabled. (see #232)
    • Define __GHCIDE__ when running CPP to allow for ghcide-specific
      ๐Ÿ‘€ workarounds. (see #264)
    • ๐Ÿ›  Fix some filepath normalization issues. (see #266)
    • ๐Ÿ›  Fix build with shake-0.18.4 (see #272)
    • ๐Ÿ›  Fix hover for type constructors and type classes. (see #267)
    • ๐Ÿ‘Œ Support custom preprocessors (see #282)
    • โž• Add support for code completions (see #227)
    • ๐Ÿ‘€ Code action for removing redundant symbols from imports (see #290)
    • ๐Ÿ‘Œ Support document symbol requests (see #293)
    • ๐Ÿ‘€ Show CPP errors as diagnostics (see #296)
    • ๐Ÿ‘€ Code action for adding suggested imports (see #295)