'Consistent Typescript Array representation in Visual Studio popups

Is there a way to get Visual Studio to be consistent about the way it represents Array<> types in TypeScript? I'd prefer it to encapsulate the type in Array (like it is written) all the time instead tacking [] to the end because the former is much more readable on long types (much easier to follow what is part of the array and also reads left to right much better)

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source