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
535 stars 126 forks source link

No options in menu for adding file in GoLand #157

Closed martin-sucha closed 1 year ago

martin-sucha commented 2 years ago

GoLand 2021.2.3 Build #GO-212.5284.40, built on September 14, 2021

EnvFile 3.2.2

Screenshot from 2021-09-21 15-40-47-crop

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.

ashald commented 1 year ago

That's weird, I couldn't reproduce this.