For almost all the languages I program, I often get annoyed by the width of tooltips caused by comments from XML automatic documentation. In some cases, I started adding each line with <para />, but then I have to filter them again when creating the documentation.
A simpler solution would be to set the width of these tooltips. Does anyone know of a registry tweak or trick that you can use here?
An example of what I see on my wide screen, which, I think, is completely incomprehensible:

In fact, use <para />works for F #, but in C # it adds a white line between each paragraph (which makes sense, but not what I need). As you know, line breaks with are <br />ignored in XML comments.
Not really an idea:

But think about this image without blank lines, then you get an idea of what I hope (against all odds;).
source
share