Tagged Questions
The intellisense-documentati tag has no wiki summary.
11
votes
5answers
2k views
Adding line breaks to comments for Intellisense
Does anyone know how to insert a line break into a summary comment in order for the line break to be reflected in Intellisense documentation?
To clarify, assume code documentation..
/// ...
3
votes
1answer
170 views
Add intellisense documentation to StructureMap
By default all I get in intellisense are the functions and its signature. I would prefer if I could also get documentation with the intellisense. I realise that I am supposed to place an xml file that ...