intellij-haskforce icon indicating copy to clipboard operation
intellij-haskforce copied to clipboard

Haskell plugin for IntelliJ IDEA

Results 100 intellij-haskforce issues
Sort by recently updated
recently updated
newest added

#298 introduced an abstraction that makes this issue relative straightforward to resolve. it just needs: - implementation of FrameworkTypeEx for each - toolbox to create/add/remove projects (stack) and packages (cabal)...

I was testing the Discover Cabal Packages action on a sample project that i have just imported (not via stack). It has the normal structure you get by calling `stack...

We delegate to the stack tool to generate a `stack.yaml` file; however, we could instead fall back to a default file with some default LTS version, possibly the system's. For...

I don't feel confident building the GHCi integration right now, haskforce is a bit of an jungle. I am trying to document the classes, but its not easy. To really...

``` Killing ghc-modi due to process failure.You can restart it using Tools > Restart ghc-modiExecuting ghc-modi command 'type ****************** 9 2' failed with error: Failed to write command to ghc-modi:...

ghc-mod
performance
type info

well, we all love NPEs. Happened after if opened a project. ``` java [ 195244] ERROR - mpl.search.PsiSearchHelperImpl - IntelliJ IDEA 2016.2.2 Build #IU-162.1628.40 [ 195244] ERROR - mpl.search.PsiSearchHelperImpl -...

I found some time to browse some haskforce-code.It was mostly simple to understand or documented, in some cases that were confusing i added a sentence or two. I will open...

internal documentation

I think a little tooltip that Haskforce is not fully configured would make the Haskell-Tools Settings page more discoverable. I don't know if this is desired and feasible, but it...

Integrating with GHCi will enable us to get some really useful features without requiring much configuration from users (e.g. avoiding ghc-modi). - [ ] Error checking - [ ] Module...

enhancement
integration
autocompletion

I've started playing with haskforce plugin, quite like. Thanks for your work. I'm not sure if debugger is supposed to work already and if my local installation is broken or...

enhancement
integration