Skip to content

Releases: dparnell/intellij-wgsl

v0.0.14

16 Jun 21:14
Compare
Choose a tag to compare

Added

  • reserved words list update from vibernation
  • IDE comment action support
  • preprocessor changes from Arc-blroth

v0.0.13

14 Jun 22:11
Compare
Choose a tag to compare

Added

  • Added missing attribute docs
  • Added simple support for Bevy WGSL preprocessor declarations

v0.0.12

04 Jun 00:33
Compare
Choose a tag to compare

Added

  • All currently defined attributes are supported
  • Added warnings for deprecated stage attribute
  • Added hover documentation for all defined attributes
  • Added warnings for deprecated attribute syntax

v0.0.11

29 May 02:11
Compare
Choose a tag to compare

Added

  • Updated to support comma instead of semicolon in struct definitions
  • Updated syntax highlighting example to use more modern syntax

v0.0.10

20 Apr 07:55
Compare
Choose a tag to compare

Added

  • Fixed null pointer exception in the annotator

v0.0.9

17 Apr 23:55
Compare
Choose a tag to compare

Added

  • Changes from HolgerGottChristensen
    • Initial code folding implementation
    • A bracket matcher that matches common bracket types
    • Updated annotator to annotate reserved keywords
    • Added keyword completion contributor that allows for completing all built-in keywords.
    • Added built-in completion handler that completes all built-in functions.

v0.0.8

16 Apr 09:03
Compare
Choose a tag to compare

Added

  • Changes from HolgerGottChristensen
    • Updated the colour for built in types to be Keyword rather than class name
    • Colour struct fields
    • Colour attributes
    • Colour built in functions
    • Add error when a fragment only function is used outside of a fragment stage
    • Colour function declarations

v0.0.7

12 Mar 11:38
Compare
Choose a tag to compare

Added

  • support for proposed new @attribute syntax
  • hover documentation for attributes

v0.0.6

10 Mar 23:20
Compare
Choose a tag to compare

Added

  • updated max build number

v0.0.5

11 Jan 23:55
Compare
Choose a tag to compare

Added

  • another attempt at fixing the hover docs in a production build