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

This hasn't been updated since 2 years ago. I assume this project is abandoned. Any alternatives?

Current plugin version doesn't work with IntelliJ IDEA 2022.2 - it crashes the IDE (I'll provide detailed crash report if it would be helpful). It would be great if this...

IntelliJ IDEA 2021.2.1 (Ultimate Edition) Build #IU-212.5080.55, built on August 24, 2021 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 10.15.7 plugin 'com.haskforce' failed to initialize and will be...

``` com.intellij.diagnostic.PluginException: Fatal error initializing ' com.haskforce.codeInsight.HaskellCompletionCacheLoader ' [Plugin: com.haskforce] at com.intellij.serviceContainer.ComponentManagerImpl.handleInitComponentError$intellij_platform_serviceContainer(ComponentManagerImpl.kt:577) at com.intellij.serviceContainer.ComponentManagerImpl.registerComponents(ComponentManagerImpl.kt:388) at com.intellij.serviceContainer.ComponentManagerImpl.access$registerComponents(ComponentManagerImpl.kt:50) at com.intellij.serviceContainer.ComponentManagerImpl.registerComponents(ComponentManagerImpl.kt:266) at com.intellij.openapi.client.ClientAwareComponentManager.registerComponents(ClientAwareComponentManager.kt:46) at com.intellij.serviceContainer.ComponentManagerImpl.registerComponents(ComponentManagerImpl.kt:241) at com.intellij.openapi.project.impl.ProjectManagerImplKt.initProject(ProjectManagerImpl.kt:1201) at com.intellij.openapi.project.impl.ProjectManagerImplKt.access$initProject(ProjectManagerImpl.kt:1) at com.intellij.openapi.project.impl.ProjectManagerImpl.prepareProject(ProjectManagerImpl.kt:887) at com.intellij.openapi.project.impl.ProjectManagerImpl.access$prepareProject(ProjectManagerImpl.kt:80)...

Configure Qodana support for the build, see - * https://github.com/JetBrains/intellij-platform-plugin-template#qodana-integration * https://github.com/JetBrains/gradle-qodana-plugin

Adds `stack` framework integration.

Trying to build the plugin on Windows using OpenJDK 17.0.1 and sbt 1.6.2. Using Java 12 does not work due to the following error. What version is supported? > Caused...

Hi, Is it feasible ? Seems ghc-mod is deprecated no ?

I have a new install of IntelliJ Idea 2021.1 (updated) running fine. Then I opened a .hs file and it asked for a haskell plugin - I had HaskForce (disabled)...

IDE Fatal errors - Exception in a plugin Haskforce (0.3.45) com.intellij.diagnostic.PluginException: getComponentAdapterOfType is used to get com.haskforce.importWizard.stack.StackProjectImportBuilder (requestorClass=com.haskforce.importWizard.stack.StackProjectImportProvider, requestorConstructor=public com.haskforce.importWizard.stack.StackProjectImportProvider(com.haskforce.importWizard.stack.StackProjectImportBuilder)). Probably constructor should be marked as NonInjectable. [Plugin: com.haskforce] at...