You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a local.env file in projects root dir. I am using variables from this file in my application.properties file. I have EnvFile installed and my config is as follows.
So here is the problem: I can compile and run the application with no error or exception(variables of local.env are resolved in runtime). However, IntelliJ cannot resolve the variables of local.env file(in static code analysis phase). when I click go to symbol or command + click the variable it cannot find the variable definition.
IntelliJ version: 2024.1 ultimate
The text was updated successfully, but these errors were encountered:
I have a local.env file in projects root dir. I am using variables from this file in my application.properties file. I have EnvFile installed and my config is as follows.
So here is the problem: I can compile and run the application with no error or exception(variables of local.env are resolved in runtime). However, IntelliJ cannot resolve the variables of local.env file(in static code analysis phase). when I click go to symbol or command + click the variable it cannot find the variable definition.
IntelliJ version: 2024.1 ultimate
The text was updated successfully, but these errors were encountered: