Cmd+click doesn't work on .env
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
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?
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 :(