Skip to content

Quick info/hover tooltip not adapted from contextual type's property #2072

@DanielRosenwasser

Description

@DanielRosenwasser
export interface Thing {
    /** Useful explanation of usage. */
    property: string;
}

export const example: Thing = {
    /**/property: "This is a string value"
};

Request quick info at /**/.

In TypeScript 5.9, the tooltip will contain the JSDoc content from within Thing. In 7.0, that is no longer the case.

Metadata

Metadata

Labels

Domain: EditorRelated to the LSP server, editor experience

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions