Skip to content

Multiline params are not recognized with typescript syntax highlighting #18

@Kas-tle

Description

@Kas-tle

Describe the bug
Multiline params are not recognized with typescript syntax highlighting

To Reproduce
Steps to reproduce the behavior:

  1. Create a function with an argument that containers a type defined over multiple lines
  2. Auto-generate JSDoc comments for the file
  3. Observe that the syntax highlighting does not work because no asterisks were inserted on new lines

Expected behavior
An asterisk is inserted at each new line so the syntax highlighting works correctly

Screenshots
Actual output:
image

Expected output:
image

Additional context
See microsoft/vscode#108237

Environment used
Typescript version: 5.2.2
VSC version: 1.84.0-insider
OS: Windows 11

Metadata

Metadata

Labels

bugSomething isn't working

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions