Skip to content

Support JSDoc <caption> tags for IntelliSense #2349

@mjbvz

Description

@mjbvz

Editor behavior regression from 6.0

In IntelliSense, support for <caption> is currently missing. Example from microsoft/vscode#282530 with @example tags:

declare interface TestInterface {
    /**
     * This is a test.
     * @example <caption>This is on one line.</caption>
     * let a = 0;
     * @example <caption>This is on
     * two lines.</caption>
     * let b = 1;
     */
    testProperty: string;
}

VS Code supports the first case (single line) but it sounds like we should support multiline cases too

Metadata

Metadata

Assignees

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