As my first extension, I created a simple extension where the user can create c# files with the below command in the command palette
> New C# file
- Creates a new C# file in the current working directory
- Addes a class template in the new file with the filename used as the class name
Enjoy