-
Notifications
You must be signed in to change notification settings - Fork 764
Open
Labels
Domain: EditorRelated to the LSP server, editor experienceRelated to the LSP server, editor experience
Description
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 experienceRelated to the LSP server, editor experience