-
Notifications
You must be signed in to change notification settings - Fork 763
Open
Labels
Domain: EditorRelated to the LSP server, editor experienceRelated to the LSP server, editor experience
Description
Steps to reproduce
class Foo {
/** foo bar */
method(): void {}
}
class Bar extends Foo {
/** @remarks lorem ipsum */
method(): void {}
}Behavior with typescript@5.9
Hovering over Bar#method gives:
(method) Bar.method(): void
foo bar
@remarks — lorem ipsumBehavior with tsgo
Hovering over Bar#method gives:
(method) Bar.method(): void
@remarks — lorem ipsumNote that the foo bar is gone. I believe that blocks like @remarks being merged is a case not handled by #2111
Metadata
Metadata
Assignees
Labels
Domain: EditorRelated to the LSP server, editor experienceRelated to the LSP server, editor experience