Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SkSL Language ServerNew to Visual Studio Code? Get it now.
SkSL Language Server

SkSL Language Server

seven332

|
334 installs
| (0) | Free
Code IntelliSense for Skia's shading language.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SkSL Language Server

workflow

Code IntelliSense for Skia's shading language.

Usage

Install the extension.

The kind of SkSL must be presented in source code.

// kind=shader
half4 main(float2 coord) {
    return float4(1, 1, 1, 1);
}

It could be shader, colorfilter, blender, meshfrag or meshvert.

Features

  • [x] Diagnostic
  • [x] Document Symbol
  • [x] Document Formatting (may NOT work as expected)
  • [x] Semantic Token
  • [x] Hover
  • [x] Definition
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft