KreativJos / csharpextensions

C# Extensions for Visual Studio Code
MIT License
73 stars 35 forks source link

[Add] Implicit usings removed if enabled #58 #64

Closed KreativJos closed 1 year ago

KreativJos commented 2 years ago

Issues:

bard83 commented 2 years ago

Should possibly check for other global usings?

if it makes the extension smarter, the answer would be yes. OTOH if it increases the code complexity I'd wait a moment.

bard83 commented 1 year ago

Should possibly check for other global usings?

if it makes the extension smarter, the answer would be yes. OTOH if it increases the code complexity I'd wait a moment.

Questions:

I'd prefer to keep it out at the moment and open a new RF for it, at least until the thing gets clearer.