Open
Description
When a method signature in the editor has comments a nice description is shown in both the completions experience and the hover info tooltip experience. However the UX is different. In hover you get syntax highlighting in the method signature and the editor uses the screen efficiently to show the information. In completions it seems a fixed box size and there is now a loss in syntax highlighting.
Examples:
On info hover (mouse over the method):
On completion (typing, using the method and seeing the tooltip popup):
Observe these two problematic issues:
- tiny space given (fixed box size, no wrap, no scroll ability)
- lack of colorization on the signature different than the hover
This is TypeScript but happens with other languages as well.