Skip to content

0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fbricon fbricon released this 03 Feb 15:53

Enhancements

  • (Experimental) Ability to edit start/end tag simultaneously under xml.mirrorCursorOnMatchingTag preference. Can be toggled on/off on Windows/Linux through ctrl+shift+f2 and on Mac cmd+shift+f2. See #130.
  • Allows File Associations to be used without Workspace. See #202.
  • CodeAction for missing root end tag. See #lsp4xml/595.
  • DTD hover/completion support for documentation. See #lsp4xml/592.
  • CodeAction for similar looking element names if it doesn't match the schema. See #lsp4xml/591.
  • Navigation and intellisense for xs:include-ed types. See #lsp4xml/579.
  • Contribute to completion, hover .. with external JAR. See #193.
  • Added documentation on how to contribute extensions to the XML LS. See #197.

Bug Fixes

  • xs:import code action was inserting inside the tag name. See #lsp4xml/593.
  • Prolog attribute completion was providing invalid values. See #lsp4xml/587.
  • getCurrentAttribute method was not returning the correct attribute name. See #lsp4xml/584.
  • Hover was not returning all hover responses. See #lsp4xml/582.
  • cvc-pattern error range fix. See #lsp4xml/580.