'Basic Computer Assembly' is a language server extension for Visual Studio Code for Basic Computer assembler files. It provides support for:
- Assembler syntax highlighting.
- Completions: While you type completions are proposed based on the labels in your asm files.
- Unused references: bcomp-asm.find-unused-labels to find all labels that are not referenced. Useful to find dead code.
- Code Lens: Above symbols it shows the number of references. You can click it to get to the references.
- Labels definitions finding
It supports the .bcomp
and .basm
extension
- Difference between variables/code blocks in suggestions
- Theory page
- Info about commands on hovering
- Syntax analyzing and error detection
- Snippets
- INCLUDE, MODULE, stdlib and precompilator
- and more-more other...
Install by extension package from vsix extensiong.
Assembler syntax highlighting can also be used within Markdown documents.
Just add bcomp
to your code blocks.
Basic Computer Assembly is licensed under the MIT license.
This extension made use of 0 other packages (except 72mb of node modules)
Many thanks to the authors.