[Haskell-cafe] ANN: Released new version of Haskell plugin for IntelliJ

Rik van der Kleij rikvdkleij at gmail.com
Mon Nov 3 08:57:37 UTC 2014


Hi everyone,

I'm glad to announce version 0.2. It's available in Jetbrains plugin 
repository.

Besides improvements and minor changes, version 0.2 has support for HLint 
inspection and quick fixes based on HLint suggestions. For more 
information, see change notes.

Complete feature list is now:

- Syntax highlighting (which can be customized);
- Error/warning highlighting;
- Find Usages of identifiers;
- Resolving references of identifiers (also to library code if library source code is added to project and resolves inside import declaration);
- Code completion by resolving references;
- Renaming variables (which first shows preview so refactoring scope can be adjusted);
- View type info from (selected) expression;
- View expression info;
- View quick documentation;
- View quick definition;
- Structure view;
- Navigate to declaration (called `Class` in IntelliJ menu);
- Navigate to identifier (called `Symbol` in IntelliJ menu);
- Code completion by looking to import declarations;
- Simple form of code formatting;
- Inspection by HLint;
- Quick fixes for HLint suggestions;
- View error, action to view formatted message from ghc-mod. Especially useful in case message consists of multiple lines (Ctrl-F10, Meta-F10 on Mac OSX);



See for more information and getting started: https://github.com/rikvdkleij/intellij-haskell


Any feedback is welcome!


Regards,

Rik

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20141103/28c9317f/attachment.html>


More information about the Haskell-Cafe mailing list