'How to see all details of a type in VSCode popup when hovering over variable
When hoovering over a TypeScript variable in VSCode a popup shows the type definition. When the type is complex, the popup does not show all of the definition but rather uses an ellipsis sign to shorten the content. How can I see the complete definition of a type?
Solution 1:[1]
This is not yet possible (see https://github.com/microsoft/vscode/issues/94679)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | doberkofler |
