Releases: atsky/haskell-idea-plugin
Releases · atsky/haskell-idea-plugin
0.5.0
- advanced highlighting
- go to declaration (in progress)
- find usages (in progress)
- tool for logging ghc-modi
0.4.1
- Support Cabal:
- Syntax highlighning.
- Completion.
- Error checking.
- Support of debugger
Fixed: #60, #61, #62
0.4.0
- Support Cabal:
- Syntax highlighning.
- Completion.
- Error checking.
- Support of debugger
0.3.0
- Use ghc-modi instead BuildWrapper
- Basic support of another products on IDEA platform
- Types in completion
- Show type (Ctrl + Shift + T)
- On compilation use ghc from SDK
0.2.2
- A lot fixes
- Fixed highlighting
- Added diagnostics at start
0.2.1
- Normal Warnings support
- Symbol symbol type (Ctrl + I)
- Commenter for Haskell
0.2.0
- Added error highlighting with buildwrapper.
- All paths for external tools now configurable.