Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>glasgow (WGSL)New to Visual Studio Code? Get it now.
glasgow (WGSL)

glasgow (WGSL)

nolanderc

|
448 installs
| (0) | Free
WGSL language support: completions, goto-definition, inline documentation, formatter and renaming
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

glasgow

A Language Server for WGSL (WebGPU Shading Language)

Features

  • Completions:
    • Local functions/variables/types.
    • Fields and swizzles.
    • Builtin types and functions (dot, reflect, textureSample, vec3, mat4x2, etc.)
  • Hover Documentation:
    • Funtion signatures.
    • Variable types.
    • Includes builtin types and functions. Text is taken from the WGSL specification.
  • Goto Definition
  • Find all References
  • Rename
  • Formatter

Requirements

This extension uses cargo to install the glasgow binary. If you don't already have it, follow the instructions at https://rustup.rs/.

You can also choose to manually install the binary by running:

cargo install glasgow
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft