Skip to content

Cmd+click doesn't work on .env #141

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

Open
fleytman opened this issue Dec 27, 2024 · 2 comments
Open

Cmd+click doesn't work on .env #141

fleytman opened this issue Dec 27, 2024 · 2 comments

Comments

@fleytman
Copy link

When pressing cmd+click in the file .env does not throw it to the place where dotenv () is used, but writes Cannot find declaration to go to
image

@adelf
Copy link
Collaborator

adelf commented Dec 28, 2024

Find Usages will work only on key. So, please try CMd-click to "LOCALE".

And if it won't work, what dotenv() call do you mean? What language? How does it look like?

@fleytman
Copy link
Author

fleytman commented Feb 5, 2025

Find Usages will work only on key. So, please try CMd-click to "LOCALE".

Doesn't work too

And if it won't work, what dotenv() call do you mean? What language? How does it look like?

I use Kotlin and dotenv-kotlin 6.5.0. I used to be able to get to the .env file from dotenv['LOCALE'], and from the .env file clicking on LOCALE to get back to where .env is used. This doesn't work on IntelliJ IDEA 2024.3.2.2 with 2024.3 idea-php-dotenv-plugin :(

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

2 participants