README.md
1# Visual Studio Code extension for SPIR-V disassembly files
2
3This directory holds a Visual Studio Code language server extension for SPIR-V assembly files (`.spvasm`)
4
5The extension supports:
6* Syntax highlighting
7* Jump to definition
8* Find all references
9* Symbol renaming
10* Operand hover information
11* Formatting
12* Completion suggestions for all Opcodes and Ids
13
14## Dependencies
15
16In 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:
17* [`npm`](https://www.npmjs.com/)
18* [`golang 1.16+`](https://golang.org/)
19
20## Installing (macOS / Linux)
21
22Run `install_vscode.sh`
23
24## Installing (Windows)
25
26Run `install_vscode.bat`
27