Releases: dfgordon/vscode-language-merlin6502
Releases · dfgordon/vscode-language-merlin6502
Merlin 6502 v3.2.0
Merlin 6502 v3.1.0
Uses language server v3.2.0. Improves symbol handling, especially interaction of EXT and ENT labels.
Merlin6502 v3.0.1
- Searching for workspace symbols (ENT labels)
- Correct a bug in rename symbol (still scoped to doc + includes, however)
- Correct a bug in address hovers
- Formatting preserves blank lines
Merlin6502 v3.0.0
The language server has been completely rewritten in rust, and also includes a disk image server. Everything needed is bundled so there are no extra installation steps. This approach should offer better performance and stability.
The most visible new features are folds and dimmed conditional assembly blocks. The disassembler is greatly improved.
Merlin6502 v2.0.0
This adds a workspace context that is aware of the containment relationships between files, involving significant changes under the hood. The main effect is that when editing an include (PUT or USE), label references that depend on the including document are handled.