adelf / idea-php-dotenv-plugin

environment parameters completion, based on .env file keys
MIT License
166 stars 13 forks source link

Go to Definition doesn't work in IntelliJ IDEA 2022.3.3 #115

Closed rapman closed 1 year ago

rapman commented 1 year ago

Don't work,,, I see color markup but Go to Definition doesn't work

adelf commented 1 year ago

Hello.

Where it doesn't work? From which call?

drMonro commented 1 year ago

Like I use "Go to" with other definitions in project - just put mouse cursor with pressed "Ctrl" on def in my .env file and click it - and nothing is going on There is the same then I try to "Go to" from files there i'm using data from .env file

Screen

adelf commented 1 year ago

Is it javascript calls? JavaScript plugin has its own completion for .env values.

drMonro commented 1 year ago

oh.. this plugin work only in php?

adelf commented 1 year ago

PHP, Ruby, Python, Go, Java, Kotlin. It supported Js in the past, but JetBrains implemented their own support for .env files, so I removed it.