intellij-direnv
intellij-direnv copied to clipboard
direnv integration for JetBrains IDEs
My Intellij installation loads and I'm asked to `direnv allow` each time a project loads. Can you just do it automatically, like in the CLI?
Is ther a way to reload the variable values already defined variables but their values changed?
I've defined some env vars in `.envrc` for Spring Boot in the projects root dir : ```sh # shellcheck shell=bash # https://direnv.net/man/direnv-stdlib.1.html PATH_add bin # shellcheck disable=SC2155 export PROJECT="$(pwd)" export...
Hopefully, this should allow importing during indexing (which is not needed for direnv).
fixes the following error message that crashes the plugin, at least on WebStorm 2024.2: com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'systems.fehn.intellijdirenv.DirenvImportAction' must override `getActionUpdateThread()` and chose...
Running: WebStorm 2024.2 It sometimes just works, but more than not it throws: com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'systems.fehn.intellijdirenv.DirenvImportAction' must override `getActionUpdateThread()` and chose EDT...
I am using nixos 24.05, installed jetbrains toolbox through configurations and through home manager. I installed RustRover toolbox versions 242.20224.421 (2024.2 EAP) and 241.18968.39 (2024.1.8). On both I installed the...