Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellij cannot resolve parameters #239

Open
akcanmuhammet opened this issue Jan 1, 2025 · 0 comments
Open

Intellij cannot resolve parameters #239

akcanmuhammet opened this issue Jan 1, 2025 · 0 comments

Comments

@akcanmuhammet
Copy link

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.
image

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.
image

IntelliJ version: 2024.1 ultimate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant