See https://youtrack.jetbrains.com/issue/WI-73430
This only occurs with this plugin enabled.
Steps to Reproduce
use Acme\Plant\Banana;
use Acme\Plant\Strawberry;
/**
* @see \Acme\Plant\Strawberry
* @see \Acme\Plant\Banana::foo()
*/
class CC {
}
- Enable the plugin. (Later, do the same with the plugin disabled)
- Code as above.
- Also create the classes for Strawberry and Banana, in the correct namespaces.
- Ctrl+Alt+O to remove unused imports.
Expected Result
Both imports are marked as unused.
On Ctrl+Alt+O, both are removed.
Actual Result
The "Banana" import is not marked as unused, and not removed on Ctrl+Alt+O.
See https://youtrack.jetbrains.com/issue/WI-73430
This only occurs with this plugin enabled.
Steps to Reproduce
Expected Result
Both imports are marked as unused.
On Ctrl+Alt+O, both are removed.
Actual Result
The "Banana" import is not marked as unused, and not removed on Ctrl+Alt+O.