mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +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
Sponsors
Discussing code is now as easy as highlighting a block and typing a comment right from your IDE. Take the pain out of code reviews and improve code quality. Try it free!
The most productive Laravel development environment. laravel-idea.com
Language packages
PHP dotenv package: https://github.com/vlucas/phpdotenv
JavaScript dotenv package: https://github.com/motdotla/dotenv
Python dotenv package: https://github.com/theskumar/python-dotenv
Ruby dotenv gem: https://github.com/bkeepers/dotenv
Go dotenv library: https://github.com/joho/godotenv
