Vscode-powershell: DotNet Method Intellisense needs newline between overloaded methods

Created on 25 May 2021  路  1Comment  路  Source: PowerShell/vscode-powershell

Example

image

Expected

Each constructor would have a newline

Actual

All constructors are one long line which makes them hard to read, especially to newbies.

vscode-bug

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TheDanishDynamo picture TheDanishDynamo  路  3Comments

borisimple picture borisimple  路  3Comments

CJHarmath picture CJHarmath  路  3Comments

timoline picture timoline  路  3Comments

GQnzo picture GQnzo  路  3Comments