Switch TypeScript Hover to Show `Array<T>` Instead of `T[]`

is it possible to tell typescript to show types on hover using the Array<T> generic instead of T[]?
Was this page helpful?