lemminx icon indicating copy to clipboard operation
lemminx copied to clipboard

XML Language Server

Results 222 lemminx issues
Sort by recently updated
recently updated
newest added

While playing around the XSD schemaLocation resolution, I tried to define an invalid schemaLocation in my xml file and remap this schemaLocation to a valid URL through a xsd catalog....

bug
catalog

Is there a way to opt of validation for specific know content types? The question arises relates to this issue raised for PDE: https://github.com/eclipse-pde/eclipse.pde/issues/294 PDE has abused the XML Schema...

Given this XSD file: ```xml ``` ![image](https://user-images.githubusercontent.com/1932211/184900535-4a8910d1-6c3f-405f-a8c2-342f1c78b286.png) `` `xs:appInfo` report an error because it should be `xs:appinfo`, the error range should higlight the `xs:appInfo`. We could provide too code action...

bug
good first issue
validation

- Fixes #1242 - Add testcase Signed-off-by: Roland Grunberg

Unit tests currently write data in ~/.lemminx, this is wrong: >[INFO] Running XML Validation Command Test 2022-07-29 10:22:14.995:INFO::main: Logging initialized @19707ms to org.eclipse.jetty.util.log.StdErrLog 2022-07-29 10:22:15.094:INFO:oejs.Server:main: jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c;...

debt
build

See https://github.com/redhat-developer/vscode-xml/blob/master/docs/Formatting.md#xmlformatclosingbracketnewline

formatting

See https://github.com/redhat-developer/vscode-xml/blob/master/docs/Formatting.md#xmlformatspacebeforeemptyclosetag

formatting

Currently, `` formatting could be enhanced. For example: ```xml ``` Before formatting: ![image](https://user-images.githubusercontent.com/20326645/82598359-89e3a600-9b78-11ea-8965-b924fa27b3e2.png) After formatting: ![image](https://user-images.githubusercontent.com/20326645/82598373-91a34a80-9b78-11ea-8339-0ad1a911b4ed.png) In this case, `xml version` is being formatted correctly and `xml-model` could be better....

formatting

The JSON language server supports markdown formatted docstrings, which enables us to write nice looking popups such as: ![grafik](https://user-images.githubusercontent.com/16542113/104844131-99b1b680-58ce-11eb-8d45-69447d615d3e.png) Can LemMinX do something like that as well? It appears all...

enhancement
hover