cake-build / cake-vs

Cake Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=vs-publisher-1392591.CakeforVisualStudio
MIT License
67 stars 25 forks source link

Documentation Comments #143

Open CharliePoole opened 7 months ago

CharliePoole commented 7 months ago

I'm not sure if this is considered in-scope for the project, but I'll throw it out there anyway.

Most of my projects use a recipe I created. When working on the build.cake in one of the projects that uses the recipe, I end up having to open the recipe code as well, in order to remind myself of the arguments required for each call. One way to deal with this would be to add /// style comments to the recipe... if they could be visible to me or others using it.

Is this within the realm of possibility - for the project that is? Is there some alternate extension I missed?