Releases: aazuspan/spinasm-lsp
Releases · aazuspan/spinasm-lsp
0.1.2
0.1.1
0.1.0
SPINAsm LSP Server
A Language Server Protocol (LSP) server to provide language support for the SPINAsm assembly language. The LSP is built on an extended version of the asfv1 parser.
Features
- Diagnostics: Reports the location of syntax errors and warnings.
- Signature help: Shows parameter hints as instructions are entered.
- Hover: Shows documentation and values on hover.
- Completion: Provides suggestions for opcodes, labels, and variables.
- Renaming: Allows renaming labels and variables.
- Go to definition: Jumps to the definition of a label, memory address, or variable.