Releases: dparnell/intellij-wgsl
Releases · dparnell/intellij-wgsl
v0.0.14
Added
- reserved words list update from vibernation
- IDE comment action support
- preprocessor changes from Arc-blroth
v0.0.13
Added
- Added missing attribute docs
- Added simple support for Bevy WGSL preprocessor declarations
v0.0.12
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
Added
- Updated to support comma instead of semicolon in struct definitions
- Updated syntax highlighting example to use more modern syntax
v0.0.10
Added
- Fixed null pointer exception in the annotator
v0.0.9
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
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
Added
- support for proposed new
@attribute
syntax - hover documentation for attributes
v0.0.6
Added
- updated max build number
v0.0.5
Added
- another attempt at fixing the hover docs in a production build