Smaug123 / WoofWare.Whippet

Source generator framework for F#
MIT License
3 stars 0 forks source link

Work out how to give the plugin author more help than "here's the file contents, invoke Fantomas yourself" #2

Open Smaug123 opened 2 weeks ago

Smaug123 commented 2 weeks ago

Ideally several possible modalities:

This can presumably be done by reflectively inspecting the generator to determine which interface the user has implemented. I don't want to take a dependency on Fantomas in the runner right now, though; maybe we should load it reflectively from the plugin?