2019-10-28 17:06:14 +00:00
# Visual Studio Code extension for SPIR-V disassembly files
2021-02-26 18:07:00 +00:00
This directory holds a Visual Studio Code language server extension for SPIR-V assembly files (`.spvasm`)
The extension supports:
* Syntax highlighting
* Jump to definition
* Find all references
* Symbol renaming
* Operand hover information
* Formatting
2019-11-26 21:23:57 +00:00
## Dependencies
In order to build and install the Visual Studio Code language server extension, you will need to install and have on your `PATH` the following dependencies:
* [`npm` ](https://www.npmjs.com/ )
2021-02-26 18:07:00 +00:00
* [`golang 1.16+` ](https://golang.org/ )
2019-10-28 17:06:14 +00:00
## Installing (macOS / Linux)
2019-11-26 21:23:57 +00:00
Run `install.sh`
## Installing (Windows)
Run `install.bat`