WESL Logo

#wgsl-analyzer

…coming soon


Language server for WGSL/WESL, based on rust-analyzer.

#Features

#Syntax Highlighting

Semantic syntax highlighting for WGSL and WESL files.

Syntax highlighting demo

#Autocomplete

Semantic-aware code suggestions that work across modules and libraries.

Autocomplete demo

#Error Reporting

Resilient parser reports multiple errors simultaneously. Type-checking continues on valid code even when other parts of the file contain errors.

Error reporting demo

#Formatting

Standard code formatter for consistent code layout across teams.

Code formatting demo