ashald / EnvFile

EnvFile 3.x is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
MIT License
539 stars 129 forks source link

Add dialog is empty #135

Open squarewave24 opened 3 years ago

squarewave24 commented 3 years ago

installed the plugin, restarted intelliJ and getting an empty dialog Nothing here when trying to add .env file

image

IntelliJ IDEA 2020.3.2 (Ultimate Edition)
Build #IU-203.7148.57, built on January 25, 2021
Runtime version: 11.0.9.1+11-b1145.77 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 10.15.7
Non-Bundled Plugins: com.intellij.plugins.vscodekeymap, net.ashald.envfile, org.jetbrains.kotlin

image

shettyshreyas commented 3 years ago

I am facing it too, any updates here?

paulb39 commented 2 years ago

I had the same issue. To fix you need to add a .env file in the project folder. So I added a vars.env file, reloaded intelij, and then in that menu the file came up. This information should be added to the main project page - or there should be a "add new file" option in the drop down.

asteed commented 2 years ago

I'm facing the issue of Nothing here as well, and I already have 4 .env files in the root project folder

➜  ls *.env
dev.env        prod.env       stage-prod.env stage.env
spuliaiev-sfdc commented 2 years ago

Same here. Add FIle does nothing, and no files are shown in the popup.