anzwdev / al-code-outline

AL Code Outline for Visual Studio Code
MIT License
51 stars 13 forks source link

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

Open tinestaric opened 5 months ago

tinestaric commented 5 months ago

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