Releases: carymrobbins/intellij-haskforce
Releases · carymrobbins/intellij-haskforce
v0.3-beta.11
- Fixed duplicate error messages from ghc-modi.
- Improved performance of jump to declaration.
- Added UnicodeSyntax support.
- Added MagicHash syntax support.
- Added tab settings under Code Style settings.
- Run configurations now verify cabal version.
v0.3-beta.10
- Added support for jumping to data and newtype constructor definitions.
- Jump to definition will resolve based on your imports.
- Multi-resolve now displays module names.
- Completion takes into account explicit and hiding imports.
- Reference completion now displays module name instead of file name.
v0.3-beta.9
v0.3-beta.8
- Fixed parsing of where clauses aligned with do blocks (#81)
v0.3-beta.7
v0.3-beta.6
- Improved completion performance
- Added a manual reload of completion cache feature
- Improved syntax highlighting for CPP directives and cabal files.
v0.3-beta.5
- Enhanced context awareness of autocompletion.
- Display types and modules of names in autocomplete list.
- Improved performance of ghc-modi integration.
v0.3-beta.4
Various autocompletion enhancements -
- Imports will autocomplete names inside of their parens.
- Qualified names will autocomplete in the source file.
- GHC flags autocompletion in pragmas.
- Pragmas are now "context aware", so pragma type, language extensions, flags, etc. will only autocomplete in the appropriate context.
Added optional ghc-modi integration for added performance during error checking.
v0.3-beta.3
- Adds autocompletion of module imports.
- Adds autocompletion for pragmas and language extensions.
- Fixes brace matching for unit ()
v0.3-beta.2
Bumped version number to 0.3-beta.2