|
10 | 10 | * Improve formatting for processing instructions. See [#240](https://github.com/redhat-developer/vscode-xml/issues/240)
|
11 | 11 | * Provide `xml.symbols.maxItemsComputed` setting for outline. See [#237](https://github.com/redhat-developer/vscode-xml/issues/237)
|
12 | 12 | * Formatter expand/collapse/ignore empty XML tags. See [#219](https://github.com/redhat-developer/vscode-xml/issues/219)
|
13 |
| - * Completion for xsd:enumeration inside of text node. See [#218](https://github.com/redhat-developer/vscode-xml/issues/218) |
| 13 | + * Completion for `xsd:enumeration` inside of text node. See [#218](https://github.com/redhat-developer/vscode-xml/issues/218) |
14 | 14 | * Formatting of newlines at EOF. See [#196](https://github.com/redhat-developer/vscode-xml/issues/196)
|
15 | 15 | * Disable cdata autocompletion when typing period. See [#179](https://github.com/redhat-developer/vscode-xml/issues/179)
|
16 | 16 | * Provide more server/build info on startup. See [lemminx#755](https://github.com/eclipse/lemminx/pull/755)
|
|
23 | 23 | * Create hyperlink to DTD source on hover. See [lemminx#693](https://github.com/eclipse/lemminx/issues/693)
|
24 | 24 | * Add support for `textDocument/documentLink` for xs:include/schemaLocation. See [#689](https://github.com/eclipse/lemminx/issues/689)
|
25 | 25 | * Validate XML with DTD/XML Schema by using xml-model. See [lemminx#688](https://github.com/eclipse/lemminx/pull/688)
|
| 26 | + * Remove spacing when formatting processing instruction. See [lemminx#670](https://github.com/eclipse/lemminx/pull/670) |
| 27 | + * Hover for referenced entities. See [lemminx#663](https://github.com/eclipse/lemminx/issues/663) |
| 28 | + * Completion for external declared entity. See [lemminx#660](https://github.com/eclipse/lemminx/issues/660) |
| 29 | + * Insert final newline depending on lsp4j formatting settings. See [lemminx#649](https://github.com/eclipse/lemminx/pull/649) |
| 30 | + * Hyperlink to open declared DTD files. See [lemminx#641](https://github.com/eclipse/lemminx/issues/641) |
| 31 | + * Manage snippet registry to write snippet in JSON. Adds new snippets. See [lemminx#640](https://github.com/eclipse/lemminx/issues/640) |
| 32 | + * Separate xsd:documentation and xsd:appinfo contents on hover and completion. See [lemminx#630](https://github.com/eclipse/lemminx/issues/630) |
| 33 | + * Find definition for locally declared entity. See [lemminx#625](https://github.com/eclipse/lemminx/issues/625) |
| 34 | + * CodeActions for RootElementTypeMustMatchDoctypedecl. See [lemminx#561](https://github.com/eclipse/lemminx/issues/561) |
| 35 | + * CodeAction for EntityNotDeclared. See [lemminx#532](https://github.com/eclipse/lemminx/issues/532) |
| 36 | + * Completion for locally declared entity. See [lemminx#520](https://github.com/eclipse/lemminx/issues/520) |
26 | 37 |
|
27 | 38 | ### Bug Fixes
|
28 | 39 |
|
|
42 | 53 | * Fix cache result of external grammar info. See [lemminx#696](https://github.com/eclipse/lemminx/pull/696)
|
43 | 54 | * Read the cached XSD, DTD grammar file with lazy mode. See [lemminx#687](https://github.com/eclipse/lemminx/pull/687)
|
44 | 55 | * NPE with Codelens in empty XSD file. See [lemminx#684](https://github.com/eclipse/lemminx/issues/684)
|
| 56 | + * Range formatting inserts `<null>` when formatting inside DOCTYPE element. See [lemminx#682](https://github.com/eclipse/lemminx/issues/682) |
| 57 | + * NPE in ContentModelCodeActionParticipant.doCodeAction#L47. See [lemminx#671](https://github.com/eclipse/lemminx/issues/671) |
| 58 | + * Fix error range for `SemicolonRequiredInReference`. See [lemminx#664](https://github.com/eclipse/lemminx/issues/664) |
| 59 | + * Don't generate end element on apply completion if it exists. See [lemminx#651](https://github.com/eclipse/lemminx/issues/651) |
| 60 | + * Quickfix to close open tag doesn't deal with attributes. See [lemminx#646](https://github.com/eclipse/lemminx/issues/646) |
45 | 61 | * NPE with TypeDefinition. See [lemminx#629](https://github.com/eclipse/lemminx/issues/629)
|
| 62 | + * MSG_ATTRIBUTE_NOT_DECLARED must highlight attribute name instead of attribute value. See [lemminx#623](https://github.com/eclipse/lemminx/pull/634) |
46 | 63 |
|
47 | 64 | ### Build
|
48 | 65 |
|
|
0 commit comments