Name Date Size

..25-Oct-20244 KiB

.gitignoreH A D25-Oct-20247

extension.jsH A D25-Oct-20242.4 KiB

go.modH A D25-Oct-2024165

go.sumH A D25-Oct-2024376

install.batH A D25-Oct-20241.2 KiB

install.shH A D25-Oct-20241.2 KiB

package.jsonH A D25-Oct-2024895

README.mdH A D25-Oct-2024658

spirv.jsonH A D25-Oct-202420.1 KiB

spirv.json.tmplH A D25-Oct-20241.8 KiB

src/H25-Oct-20244 KiB

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
13## Dependencies
14
15In 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:
16* [`npm`](https://www.npmjs.com/)
17* [`golang 1.16+`](https://golang.org/)
18
19## Installing (macOS / Linux)
20
21Run `install.sh`
22
23## Installing (Windows)
24
25Run `install.bat`
26