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

It would be nice to do a 1.0.0 release of lemminx, given that lemminx has matured as a project. I feel like most of the important features have either been...

build

I'm currently considering to contribute a PR for [https://github.com/eclipse/wildwebdeveloper/issues/1078] and therefore would like to check what kind of URI-schemes ('protocols') are supported for schemas in XML catalog files. Basically I...

enhancement

I'm basically running off of the 0.23.0 version..(though hacking a bit so I have a bit from **main**). I'm relying on the 'log.level' sysprop to initialize the special FileHandler set...

Given the following snippet (I'm not sure it's actually valid or makes any sense at all): ```xml Fred ``` `xsi:nil` valid values are `true`/`false`, yet there's no validation error here

bug
validation

Given: ```xml ``` (note the trailing `\` in the file location for the second schema referenced) The following Exception gets logged: ``` Message: Error while processing didOpen for the participant...

bug
good first issue

It seems that it i spossible to rename * a prefix `` * or a local name `` But rename show ns:foo although it should show ns or foo according...

rename

Given the following schema: ```xml ``` If you have the XML document `` and you use the code action to generate `child1`, currently it generates `child1A` as well. I think...

enhancement
code action

[Here](https://github.com/redhat-developer/vscode-xml/pull/854/files) are snippets. By all means I can try do it myself, but I am not sure whether I can.

enhancement

The "Insert all expected elements" CodeAction generates too many content when a grammar (RelaxNNG, XSD, etc) uses choice. Thiscode action should take care of choice.

code action

In https://github.com/eclipse/lemminx/pull/1435, Angelo adds a mechanism to the `xml.references` feature to support reporting a warning when a reference refers to a declaration that doesn't exist. It would be nice to...

enhancement
validation