Skip to content

Releases: dparnell/intellij-wgsl

v0.0.4

11 Jan 04:10
Compare
Choose a tag to compare

Added

  • fixed hover doc code. Weird that it works in dev mode but not in the real thing

v0.0.3

08 Jan 07:42
Compare
Choose a tag to compare
  • added hover documentation for functions and some help for the builtin functions
  • added doc comment support for functions
  • implemented rename refactor for variables and references
  • better ++ and -- in the parser

v0.0.2

25 Dec 00:00
Compare
Choose a tag to compare

Added

  • added increment ++ and decrement -- syntax support