I ran below command in Package Manager Console in Visual Studio:
Find-Package analysisservices
which gives below output:
For several packages whose name is relatively longer than the width of the Id
column it shows three dots ...
in the end. It doesn't show any tool-tip while I hover my mouse over the names having three dots ...
. Is there any way to adjust the width of the displayed columns to be able to see the full name? I won't say it is difficult to nail down the exact package I'm looking for but it isn't convenient either without looking at the full name in Id
column.
Update: One thing which is still not solved. Is there any other additional parameter to the command Get-Package | ft -AutoSize
which I can use so that all three output columns get expanded in table view itself. I don't mind if that results in a horizontal scroll bar.