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

direnv integration for JetBrains IDEs

Results 14 intellij-direnv issues
Sort by recently updated
recently updated
newest added

When I click on `Import direnv`, I get an exception. I tried restarting intellij, clearing caches, rebooting. Still happens everytime Exception ``` com.intellij.execution.process.ProcessNotCreatedException: Cannot run program "/home/marie/work/maestro" (in directory "/home/marie/work/maestro"):...

Using IntelliJ IDEA 2024.1 (Ultimate Edition), the IDE shows an internal error using plugin version 0.2.9: ``` com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'systems.fehn.intellijdirenv.DirenvImportAction' must override...

I have a fairly simple .envrc ``` use flake ``` And the plugin seems to be unable to pickup from my nix's devshell a python3WithPackages which kinda defeats a whole...

The Plugin manipulates the Java System environment (cf. `System.getenv()` API). Unfortunately, Java only [caches the (initial) environment](https://github.com/openjdk/jdk/blob/master/src/java.base/unix/classes/java/lang/ProcessEnvironment.java#L70) and modifications are never written back to the [native Unix environment](https://www.man7.org/linux/man-pages/man7/environ.7.html). Therefore, the...

Hi! I'm not able to get this to work on my Mac using zsh. The direnv works as expected on the command line, but the env variables are not available...

Hi, the plugin is working good on the IDE overall, but when I try to run then: ![image](https://github.com/fehnomenal/intellij-direnv/assets/5604131/feade2d0-6aca-4ca8-9dbe-5d59c000e6ab) If I execute on the IDE termina the `flutter run` works, so...

I've got a pretty simple Clion project on macOS that I also want to be able to work on from NixOS. I've added a shell.nix like this: ```Nix { pkgs...

have an option to always have these enabled by default. ![image](https://user-images.githubusercontent.com/342630/214158880-543676f4-54f5-49c9-ac51-9c2a80b1813c.png)

Useful for debugging what the current state of the direnv environment variables are. Shows the current state in settings dialog. Builds on https://github.com/fehnomenal/intellij-direnv/pull/25 but wanted to keep them separate for...

https://plugins.jetbrains.com/plugin/15285-direnv-integration/reviews#review=51879