KreativJos / csharpextensions

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

Extension.ts refactoring #40

Open KreativJos opened 3 years ago

KreativJos commented 3 years ago

The extension.ts file is getting a bit too complicated / bloated. It should be refactored into multiple files, with the extension.ts only containing extension contributions (without their content)

KreativJos commented 3 years ago

Partially implemented by #44

KreativJos commented 3 years ago

Template class should be abstract, templateType values should each be a separate implementation of the Template class.

KreativJos commented 3 years ago

Above comment implemented by #46