Skip to content

shader-language-server v0.5.5

Compare
Choose a tag to compare
@antaalt antaalt released this 04 Apr 18:23
· 42 commits to main since this release

This update bring some interesting new features:

  • Inlay hints are now displayed for function call. They can be toggled via vscode settings "editor.inlayHints.enable"
  • Constructors are now handled correctly and display their signature.

It also bring some improvements:

  • Better handling of updates with improved performances
  • Fix an issue where editing a file would remove symbols from included files from all providers.
  • Add support for array variable in HLSL.