adelf / idea-php-dotenv-plugin

environment parameters completion, based on .env file keys
MIT License
166 stars 13 forks source link

Notify when .env files aren't associated with plugin #35

Closed adelf closed 5 years ago

adelf commented 5 years ago

https://github.com/Haehnchen/idea-php-laravel-plugin/commit/faa4be504b697e78577698f4bfe97daf9238aa79

https://www.programcreek.com/java-api-examples/?api=com.intellij.openapi.fileTypes.LanguageFileType

ktomk commented 5 years ago

If this has not been implemented, I can report that my EAP of Phpstorm 2019.2 did notify me about this plugin already. So this is perhaps not necessary to implement at all as the IntelliJ platform already has it.

adelf commented 5 years ago

Thanks, @ktomk . I've created this issue when I was working with 2018 versions.