You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: