Releases: carymrobbins/intellij-haskforce
Releases · carymrobbins/intellij-haskforce
v0.3.46
v0.3.45
v0.3.45-SNAPSHOT-bd3be731
Preliminary release for IDEA 2020.2 support.
v0.3.44
v0.3.44-SNAPSHOT-28a838b9
Pre-release for IntelliJ 2019.3 support.
v0.3.43
- IntelliJ 2019.2 support (#396)
- Parser improvements
- Optimizations, less recursion, improved recovery
- Parse type decls with class constraints
- Parse DefaultSignatures
- Parse NamedFieldPuns
- Parse 'type' keyword in import
- New intentions
- Add language extensions to package.yaml
- Add dependency to package.yaml
- "Replace with" suggestion
- Fix UnsupportedOperationException (#402)
v0.3.43-SNAPSHOT-01bf613d
- Support IntelliJ 2019.2 (#396)
v0.3.43-SNAPSHOT-b5425ef8
- Fix classloader issues (#384)
v0.3.42
- Auto-import support via ghc-mod
- Speacial thanks to @i-am-the-slime for the base implementation!
-
Resolve hindent format action bug
- Special thanks to @dplusic for the fix!
- Introducing Stack Task run configuration
- Improvements for ghc-mod integration
- Caching find/browse data
- Lazily spawn after changing settings
- Auto-kill long running, idle ghc-mod processes
- Properly highlight not-in-scope types as red
- Support newer hlint versions (>= 2.1.5) (#365)
- Updated GHC extensions and flags autocompletion
- Ensure module name generated via Create Haskell File action is properly qualified
- Various parser fixes:
- Import consyms (type operators)
- Data families
- DerivingStrategies
- DerivingVia
- LambdaCase
- TypeApplications