csharpextensions
csharpextensions copied to clipboard
C# Extensions for Visual Studio Code
I mentioned an issue earlier #66 is about the case where the template folder is empty.Now I found the reason. Since the files with the tmpl suffix resemble temporary files...
Some integration tests are required, to ensure existing features keep working.
**Current behavior** namespace in class/interface/struct etc... always appears after using block. ```c# using System.Text.Json; // more using statements namespace My.Wonderful.Name.Space; public class MyClass { // some code } ```` **Expected...
Reworked parts of PR #17 from [hampoelz](https://github.com/hampoelz): - Command to change BuildAction entry for files in project - Set BuildAction entry in project when creating new files or adding existing...
In order to coordinate with the styleguide on my team, it's often necessary to convert `var`s in my code to explicit types and vice versa, that I don't always get...
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)
Hi, love the extension and the work you guys have been doing to maintain the project. Is there any future plans to add cli support or possibly where you could...