Skip to content

Completion tooltips on method signatures differ from tooltips on hover #251238

Open
@timheuer

Description

@timheuer

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):

Image

On completion (typing, using the method and seeing the tooltip popup):

Image

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions