This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
v1.0.0-beta38
Pre-release
Pre-release
rikvdkleij
released this
19 Dec 19:47
·
598 commits
to master
since this release
1.0.0-beta38
IMPORTANT: Stack version should be > 1.7.0 and please reimport your Haskell Stack project after updating the plugin.- Improved responsiveness, especially for multi-package projects
- HLint, Hoogle, Hindent and Stylish-Haskell are automatically installed in IntelliJ sandbox with LTS-12. Those binaries are used by all projects
- Added option to Tools/Haskell menu to update Haskell tools with latest LTS-12 version
- Various improvements and fixes
- Improved REPL (@solicode)
- Improved importer of multi-package projects
- Improved parser
- Included updating the Module Settings to the Restart REPLs action
- Changed default reformat shortcut to reformat by Hindent and then Stylish Haskell. Also added option to Commit Changes dialog
- Added option to Commit Changes dialog to optimize imports
- Added type and definition info of the current identifier to the Documentation Tool window. That info is always up-to-date by enabling option `Auto-update from Source`
- Implemented Haskell Problems View
- Added feature to jump from/to test and added action to create test. See #314 (@sir4ur0n)
- Made location of IntelliJ sandbox depending on OS. Location `~/.intellij-haskell` is not used anymore. See #316 (@liff)
- Improved syntax highlighting. See #330 and #334 (@ice1000)
- New file icons. See #333 (@ice1000)
- Haskell settings are moved to Languages & Frameworks. See #334 (@ice1000)
- Support Alex files. See #335 (@ice1000)
- Support language injection. See #358 (@ice1000)