Evgeny Kurbatsky
Evgeny Kurbatsky
I will take a pull request, also I can publish version to plugin repository. But code is really outdated now. It will be not easy to add some functionality.
This is a problem with plugin. I primarily support the Intellij Idea, and some features not so good tested in other products.
Thanks, for idea I have never seen this tool.
Some thoughts: - Idea store documents in memory. You need to save all before refactoring `FileDocumentManager.getInstance().saveAllDocuments()` should help. - You have to find ghc options for file. `buildwrapper getbuildflags` can...
You have to provide path to cabal executable in settings.
On mac if you have different PATH variable values when you start Application from Launchpad or when you start terminal.
This message on mac is confusing. I'll change it.
2.6 Character and String Literals char → ' (graphic⟨' | \⟩ | space | escape⟨&⟩) ' string → " {graphic⟨" | \⟩ | space | escape | gap} " escape...
Hightlight escape like in java
ghc-modi can't find ghc. Try to add ghc to your PATH.