KreativJos / csharpextensions

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

remove the initial "using". #129

Closed v-hung closed 7 months ago

v-hung commented 7 months ago

newly created C# class will "using" many things

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

I removed it and just left the namespace and class alone. Please show me the way

bard83 commented 7 months ago

Hi, there is a specific setting that you should opt-out. Please go in the extensions settings -> C# Extensions -> untick Usings: Include

immagine

If you landed on this repo, your extension version is an older one. This extension has been republished. Here the newer version.