KreativJos / csharpextensions

C# Extensions for Visual Studio Code
MIT License
74 stars 34 forks source link

Feature Request: Cli Support or Folder Destination Specification via command #130

Open cuetrigg opened 1 month ago

cuetrigg commented 1 month ago

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 specify a folder destination via the command prompt. I am pretty new to using the extension and if this already exist, please guide me in the right direction.

Here are some screenshots of me attempting to create a new class via the command prompt via vs code:

Specifying Folder/Class: Screenshot 2024-07-29 174101

Namespace turns out fine but the class name is generated wrong but I understand that it takes this in a a single string and not considering the test/ as being a directory. Screenshot 2024-07-29 174107

bard83 commented 1 month ago

Thanks for your message. I'm actually maintaining this extension and a new version has been released. new csharpextension You should download it.