Releases: carymrobbins/intellij-haskforce
Releases · carymrobbins/intellij-haskforce
v0.3-beta.21
- Type info action only applies to Haskell files (#156)
- ghc-mod completion optimizations
- Added Add Cabal Package and Discover Cabal Packages actions
- Enhanced the new project wizard to configure tools and Cabal package settings
- Resolved hlint annotation issue (#121)
- Honor NoImplicitPrelude pragma for autocompletion
v0.3-beta.20
v0.3-beta.19
- Updated ghc-mod(i) integration to use the user-specified GHC and Cabal.
- Highlight mdo and rec as keywords (#120)
- Improved string escape parsing (#111)
- Parse forall in data declarations (#132)
- Parse PACK/UNPACK pragmas for GADTs
- Handle leading slash for QuasiQuote language injections.
- Updated icons for retina display
v0.3-beta.18
v0.3-beta.18
- Implemented Type Info action. (#90)
- Implemented language injections for QuasiQuotes.
- Improved import completion with aliased modules.
- Improved Restart ghc-modi action. (#103)
- Implemented creation of subdirectories for create file action, e.g. Foo.Bar.Baz creates Foo/Bar/Baz.hs
- Fixed hash operator parsing. (#106)
- Improved RankNTypes support. (#92)
- Improved Windows support. (#108, #109)
v0.3-beta.17
- Implemented closed type families.
- Implemented jump to function/variable declarations without type signatures.
- Added module path creation when creating a new file as `Path.To.Module`.
v0.3-beta.16
- Improved ghc-modi integration.
v0.3-beta.15
- Implemented FunctionalDependencies.
- Removed dependency on Apache commons-lang.
v0.3-beta.14
- Implemented RankNTypes for type declarations. (#92)
v0.3-beta.13
- Resolved parser issues with partial case expressions. (#82)
v0.3-beta.12
- Improved "Go to symbol" by indexing declarations.
- Resolved bug with ghc-modi blocking. (#91)
- Prevent ghc-modi from restarting when it terminates unexpectedly.
- Added a "Restart ghc-modi" action to give the user control over when to restart ghc-modi.