jbang-idea
jbang-idea copied to clipboard
IntelliJ IDEA plugin for JBang
- Fixes #105
I'm getting this error with JBang IDEA plugin 0.24.5: ``` com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'dev.jbang.idea.actions.SyncDependenciesAction' must override `getActionUpdateThread` and chose EDT or BGT. See...
Current pull request contains patched `CHANGELOG.md` file for the `v0.24.5` version.
Currently to load the dependencies, you have to use this: Problem is that, it took me a call with @maxandersen to find this button. I've tried this (which I think...
This exception shows up even when not using jbang, and with no jbang files in any of the open projects. ``` java.lang.NoSuchMethodError: 'com.intellij.psi.PsiElement com.intellij.psi.javadoc.PsiSnippetAttribute.getValue()' at dev.jbang.idea.run.JavaSnippetLineMarkerProvider.getLineMarkerInfo(JavaSnippetLineMarkerProvider.kt:54) at com.intellij.codeInsight.daemon.impl.LineMarkersPass.queryProviders(LineMarkersPass.java:183) at com.intellij.codeInsight.daemon.impl.LineMarkersPass.lambda$doCollectMarkers$2(LineMarkersPass.java:113)...
Hi, I have a typical maven project that I can open and edit in IntelliJ. In this project, I have some utility scripts to e.g. upload files to a remote...
java.lang.NoClassDefFoundError: org/jetbrains/kotlin/psi/psiUtil/PsiUtilsKt at dev.jbang.idea.run.JBangRunConfigurationProducer.setupConfigurationFromContext(JBangRunConfigurationProducer.kt:36) at dev.jbang.idea.run.JBangRunConfigurationProducer.setupConfigurationFromContext(JBangRunConfigurationProducer.kt:15) at com.intellij.execution.actions.RunConfigurationProducer.createConfigurationFromContext(RunConfigurationProducer.java:100) at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197) at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118) at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100) at com.intellij.execution.actions.ConfigurationContext.getConfigurationsFromContext(ConfigurationContext.java:413) at com.intellij.execution.actions.ConfigurationContext.findPreferredConfiguration(ConfigurationContext.java:292) at com.intellij.execution.actions.ConfigurationContext.findExisting(ConfigurationContext.java:285) at com.intellij.execution.actions.BaseRunConfigurationAction.findExisting(BaseRunConfigurationAction.java:64) at com.intellij.execution.actions.BaseRunConfigurationAction.getChildren(BaseRunConfigurationAction.java:56) at com.intellij.execution.actions.BaseRunConfigurationAction.getChildren(BaseRunConfigurationAction.java:50) at com.intellij.openapi.actionSystem.impl.ActionUpdater.doGetChildren(ActionUpdater.java:751) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$1(ActionUpdater.java:134)...
When the a new JBang script is created, the default chosen option is `agent` which is rarely used by JBang script creators. The default should be the `hello` template 
I got errors like: Cannot run program "jbang" (in directory "C:\Users\User_Name\git\snippets"): CreateProcess error=2, The system cannot find the file specified Could not execute [C:\Users\User_Name\\.jbang\bin\jbang.cmd, template, list] with environment {NO_COLOR=true}. Error=2,...
This doesn't open the file for editing in IntelliJ 2022.3.3 Has anyone been able to get this plugin to work w/ the latest IntelliJ? The new project wizard also doesn't...