microsoft / vscode-typescript-next

Enables typescript@next as VS Code's built-in TypeScript version
https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-next
MIT License
232 stars 43 forks source link

Multiline JSDoc not formatted properly in hover-over #81

Closed sebastiantf closed 1 year ago

sebastiantf commented 1 year ago

Multiline JSDoc still requires a blank line to trigger a line break in hover tip. Else it just concatenates everything into a single line

Is this the expected behavior?

Screenshot 2023-05-16 at 12 38 42 PM Screenshot 2023-05-16 at 12 38 49 PM
mjbvz commented 1 year ago

Yes, the content is treated as markdown

Also in the future please file issues like this against either TypeScript or VS Code directly