Open rogeralsing opened 5 years ago
I would like to add support for Visual Studio Code as a feature request for version 2.0. Reason: As many others I find myself make more and more use of Visual Studio Code when working on the frontend of my solution.
Yes, I would like standalone CLI or Rider support too.
Yah please add that extension into Rider Plugins. It would be great.
It would be nice to make this a .NET Core CLI tool so that it works from both IDEs and also from CLI builds, similar to how gRPC/Protobuf works (https://www.nuget.org/packages/Grpc.Tools/).
As a VS plugin, this might be out of scope. But still having some form of support, be it CLI/Build step to run the codebase through these tst templates would be neat.
I assume this can still be done by using Roslyn in a stand alone exe and do the same thing the plugin does in VS?
It could be useful for us Rider users.