VS Code extension for Universal Shading Language with comprehensive syntax highlighting, IntelliSense, and language support.
The compiler still is in WIP, for more information see https://github.com/UniversalShading
- Syntax Highlighting
- IntelliSense Auto-completion
- more as TODO
For a better experience with operators like ->, enable font ligatures:
- Install a font with ligature support (e.g., Fira Code, JetBrains Mono)
- Add to your VS Code
settings.json:{ "editor.fontFamily": "Fira Code", "editor.fontLigatures": true }
