adelf / idea-php-dotenv-plugin

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

Plugin seems to break PHP trait import and use statements #10

Closed sebastiaanluca closed 6 years ago

sebastiaanluca commented 6 years ago

Problem

Using this plugin in combination with the latest PHPStorm EAP (as of 24/10/2017) seem to break trait import and use statements. See referenced issue and screenshots for examples. Disabling the plugin fixes the issue.

Any idea what might be the trouble here? Seems weird, especially since they're somewhat unrelated, but maybe the plugin hooks into that flow somehow.

Screenshots

phpstorm - bug - trait import and use - 1

phpstorm - bug - trait import and use - 2

Environment

PhpStorm 2017.3 EAP Build #PS-173.3302.10, built on October 18, 2017 PhpStorm EAP User Expiration date: November 17, 2017 JRE: 1.8.0_152-release-1024-b5 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Mac OS X 10.12.6

References

See https://youtrack.jetbrains.com/issue/WI-38201.

sebastiaanluca commented 6 years ago

My apologies, not related to this plugin.