Can I set the width of tooltips in Visual Studio code editing windows?

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:

Crazy width hints ...

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:

enter image description here

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

+4
source share

Source: https://habr.com/ru/post/1655121/


All Articles