shader-language-server v0.5.5
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.