Skip to content

1.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 13:45

Features

  • Map LSP4J CompletionItemKinds to Intellij IDEA icons link
  • Update to lsp4mp 0.8.0 and quarkus-ls 0.15.0 link
  • Improve extension (de)selection in Quarkus wizard (#989) link
  • Add CodeAction to insert expected input for renarde #form link
  • Map icons for Reference and Keyword link
  • Add icon for Language Servers views link
  • Validate defaultValue for lists and arrays link
  • Error for annotating void methods annotated with @query link
  • Error for GraphQL void mutations link
  • Mark JAX-RS and Renarde endpoints as implicitly used link
  • Improve completion with snippet support (#786) link
  • Matching bracket in Qute template link
  • Provide { autoclose in Qute templates link

Bug Fixes

  • Prevent NPE when invalid data is injected into Qute template link
  • Fix Renarde url computation link
  • Avoid polluting logs with ProcessCanceledException stacktraces on Ctrl+hover link
  • HTML completion / autoclose is broken when offset is inside a Qute link
  • Ensure config_ordinal only appears in MicroProfile projects link
  • Remove extra colon in inlay hints link
  • Dispose ConsoleView when LSPConsoleToolWindowPanel is dispose (#862) link

Refactoring

  • Extracted methods to improve readability link

Other

  • Complete port of 'Add an id to track the type of each CodeAction' link