Skip to content

Releases: carymrobbins/intellij-haskforce

v0.3-beta.11

25 Nov 09:24
Compare
Choose a tag to compare
v0.3-beta.11 Pre-release
Pre-release
  • 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

09 Nov 10:36
Compare
Choose a tag to compare
v0.3-beta.10 Pre-release
Pre-release
  • 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

07 Nov 07:04
Compare
Choose a tag to compare
v0.3-beta.9 Pre-release
Pre-release
  • Fixed "Add Type Signature" intention on Windows. (issue #79)
  • Fixed "Ignore HLint" intention on Windows. (issue #59)

v0.3-beta.8

06 Nov 07:31
Compare
Choose a tag to compare
v0.3-beta.8 Pre-release
Pre-release
  • Fixed parsing of where clauses aligned with do blocks (#81)

v0.3-beta.7

02 Nov 10:50
Compare
Choose a tag to compare
v0.3-beta.7 Pre-release
Pre-release

Update - Release has been updated to target JDK 1.6 instead of 1.8. See #78.

  • Potential fix for blocking processes (#69)
  • Added highlighting for qualified infix functions (#72)
  • Fixed list parsing (#71)
  • Fixed default color scheme highlighting of keywords

v0.3-beta.6

31 Oct 04:34
Compare
Choose a tag to compare
v0.3-beta.6 Pre-release
Pre-release
  • Improved completion performance
  • Added a manual reload of completion cache feature
  • Improved syntax highlighting for CPP directives and cabal files.

v0.3-beta.5

22 Oct 07:28
Compare
Choose a tag to compare
v0.3-beta.5 Pre-release
Pre-release
  • Enhanced context awareness of autocompletion.
  • Display types and modules of names in autocomplete list.
  • Improved performance of ghc-modi integration.

v0.3-beta.4

21 Oct 08:54
Compare
Choose a tag to compare
v0.3-beta.4 Pre-release
Pre-release

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

20 Oct 02:41
Compare
Choose a tag to compare
v0.3-beta.3 Pre-release
Pre-release
  • Adds autocompletion of module imports.
  • Adds autocompletion for pragmas and language extensions.
  • Fixes brace matching for unit ()

v0.3-beta.2

17 Oct 04:41
Compare
Choose a tag to compare
v0.3-beta.2 Pre-release
Pre-release
Bumped version number to 0.3-beta.2