Skip to content

Release v1.9.0 (2024.06.14.)

Latest
Compare
Choose a tag to compare
@zalan-racz-gaijin zalan-racz-gaijin released this 14 Jun 13:31
fabfbdc

Added

  • Code completion (for HLSL functions)
  • Document highlights (for HLSL functions)
  • Hover (for HLSL functions)
  • Document symbols (for HLSL functions)
  • Signature help (for HLSL functions)
  • Go to definition (for user HLSL functions)
  • Go to declaration (for user HLSL functions)
  • Go to implementation (for user HLSL functions)
  • Rename (for all language constructs)
  • Find all references (for all language constructs)

Improved

  • Adding descriptions to several DSHL keywords, modifiers, types, channels, functions, and properties in code completion
  • Adding shader stages and compile targets to code completion, and syntax highlight
  • Improving how document symbols work
  • Updated packages

Fixed

  • Fixing an error where the function name range wasn't contained by the whole function range
  • Removing backticks from DSHL code completion descriptions, because Visual Studio can't handle markdown
  • Making loop, if, and switch scopes more accurate