Back to Intellij Community

UndefinedNestedVariableInspection

plugins/env-files-support/src/main/resources/inspectionDescriptions/UndefinedNestedVariableInspection.html

2025.3-rc-2249 B
Original Source

Detects instances where nested variables in .env files are accessed without being defined or initialized elsewhere within the project's scope. It ensures proper handling of undefined nested variables to prevent misconfigurations or runtime errors.