adelf / idea-php-dotenv-plugin

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

Inspections #96

Closed marcelhillesheim closed 2 years ago

marcelhillesheim commented 3 years ago

Issue #95

Added four more inspections.

trailing whitespace:

After your build.gradle update i had some issues with tests. The tests couldn't be found. I tried various build.gradle fixes, but couldn't resolve it. Had to mark each test with @test annotation and run it as junit 4.

Also: fixes #98

adelf commented 2 years ago

Hi, @marcelhillesheim. Sorry, I was on vacation. I'll review this soon.

adelf commented 2 years ago

I had to temporarily remove quick fixes which change key names. I'm going to implement some convenient key renaming which will rename it in the calls also. Then we will return these quick fixes.

Thank you for this PR.