fehnomenal / intellij-direnv

direnv integration for JetBrains IDEs
MIT License
67 stars 21 forks source link

Recursive lookup of .envrc #64

Open dshatz opened 4 weeks ago

dshatz commented 4 weeks ago

Hello

In order to not pollute our git repos with .envrc files I would like to have the following dir structure:

nodejs/
  .envrc
  devbox.json
  project-using-nodejs/
jvm/
  .envrc
  devbox.json
  project-using-jvm/

Would it be possible to make this plugin look for .envrc recursively in the parent directories? In that way, opening any of the two projects in jetbrains with this plugin, correct .envrc could be loaded.