Browse by Tags
All Tags » T4
-
I'm trying to modify this in a way that the Modified Date, Modified By and Description stay in the file and don't get overwritten every time I select "Document File". Is that possible? I'd also like to keep the // Author and // Created from getting over written as well. Is there another way around this? I want to be ...
-
I am having trouble getting GhostDoc Pro 4 beta to generate a return type for the following example:
public List<string> TestMethod(List<string> test)
{
return test;
}
This is what is generated:
/// <summary>
...
-
In the GhostDoc Help file the Reference: Macros section lists many examples of "supported" macros along with their descriptions. However, I've discovered that many other macros work -- for example:
$(ReturnTypeName.Words.First)
Is there a list of possible macros? Or even better, an outline that shows the validity rules for ...
-
I am searching for a couple items without much success. I would like some documentation regardaing macros and use of macros in the t4 templates. I would like to know about other API items (i.e. Context) that are available in the T4 templates. For example, the Field template is used in classes and for enumeration members; how can ...
-
It's been a while since I've used GhostDoc, but I seem to remember it being very easy to enter a long list of parameter name documentation replacements. This was really handy when you have consistent parameter/property names representing application or company-specific topics.
Simple example - a parameter such as ...
-
Is there a way to know the column an element is defined at from within a T4 template? I'm writing a line wrapping function to have summary lines wrapped at 100 chars absolute but to do that I need to know at which column the element the summary is defined on starts.
-
I was validating a modified T4 template in which I inadvertently put an infinite loop. I found the UI to hang forever after clicking Validate, requiring me to kill Visual Studio and restart it. I think the validation logic should run its task on a separate thread and kill it after a timeout.
|
|