al-code-outline icon indicating copy to clipboard operation
al-code-outline copied to clipboard

Defining a variable from the current namespace adds a redundant using for the current namespace

Open tinestaric opened this issue 11 months ago • 0 comments

I've noticed that if I have namespaced file:

image

And I use the quick variable definition for a type that is in the same namespace

image image

The quick action will add a redundant using to the file:

image

tinestaric avatar Mar 25 '24 07:03 tinestaric