Package org.eclipse.lemminx.services.data
-
Class Summary Class Description DataEntryField Data entry field support used to resolve : resolve completion : https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionItem resolve codeAction : https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#codeAction Here a data sample for codeAction used by the resolve code action:{ "title": "Generate 'content.dtd' and bind with xml-model", "kind": "quickfix", ...