Skip to content

Release v1.2.1 (2021.04.09.)

Compare
Choose a tag to compare
@racz16 racz16 released this 09 Apr 20:59
· 122 commits to master since this release

Added

  • Support for the extensions
  • Range formatting
  • Generating preprocessed GLSL

Improved

  • Improved code completion in preprocessor directives, in layout qualifiers and before struct members
  • Improved syntax highlight (const variables)
  • Improved diagnostic (warnings)
  • Displaying a message if the injected code contains errors
  • Updated packages
  • Other small updates

Fixed

  • Diagnostic problems in Linux
  • Code completion in comments
  • Inconsistent go to definition behavior
  • Inconsistent find references behavior
  • Displaying signature and hover information even if the variable or the function doesn't exist
  • Problem with renaming constructors
  • Truncated diagnostic messages
  • Other small fixes