mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
IntelliJ IDEA .env files support plugin
Plugin url: https://plugins.jetbrains.com/plugin/9525
Main features
- .env files support for PhpStorm, RubyMine and PyCharm.
- docker-compose.yml and Dockerfile environment variables fetching
- Go to declaration and Find usages of environment variables
Language packages
PHP dotenv package: https://github.com/vlucas/phpdotenv
Ruby dotenv gem: https://github.com/bkeepers/dotenv
Python dotenv package: https://github.com/theskumar/python-dotenv
