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

.env file picker on Mac not showing ".env file" (i.e., file with extension only) #177

Closed matthewcornell closed 2 years ago

matthewcornell commented 2 years ago

Hi There. Thanks a ton for your tool. I've been putting off updating IDEA because of past issues with EnvFile, but I finally got around to trying the two together. First thing I noticed is that the file picker doesn't show my file named ".env" in my project, i.e., files with an extension but no name. It does allow picking files with both name and extension. It's my understanding that ".env" is a common name. Thank you.

versions:

file-chooser

ashald commented 2 years ago

Have yo tried instructions from readme? https://github.com/ashald/EnvFile#hidden-files

matthewcornell commented 2 years ago

Damn, sorry about that. I forgot to RTFM. I assumed that the Finder setting that I changed ages ago in the Terminal would carry through to the select dialogs. Thanks again for the excellent tool.

Screen Shot 2022-04-08 at 9 48 08 AM