
Each constructor would have a newline
All constructors are one long line which makes them hard to read, especially to newbies.
This is a VS code problem. That window used to not be resizeable, when they were fixing that they tried different things and at one point it worked perfectly but then they broke it with an IMO bad design decision of ignoring line breaks unless they are followed by indentation.
This extension could probably work around this by injecting some indentation after every linebreak in the tooltip but IMO it should be fixed in VS code. I have created an issue here: https://github.com/microsoft/vscode/issues/109937
Most helpful comment
This is a VS code problem. That window used to not be resizeable, when they were fixing that they tried different things and at one point it worked perfectly but then they broke it with an IMO bad design decision of ignoring line breaks unless they are followed by indentation.
This extension could probably work around this by injecting some indentation after every linebreak in the tooltip but IMO it should be fixed in VS code. I have created an issue here: https://github.com/microsoft/vscode/issues/109937