intellisense-documentati

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.. /// <summary> /// Some text documentation /// - a line break - /// Some more documentation /// </summary> public void SomeMethod() { } So when using t...

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 contains this documentation along with my dll. From where can I get this is file? Or is there some other way for me to achieve this? ...