This extension provides language support for the Miden assembly language in Visual Studio Code.
- Syntax highlighting for Miden assembly files
- Completion for Miden assembly keywords and instructions
- Hover information for Miden assembly keywords and instructions
- Snippets for common Miden assembly constructs
To install the extension, follow these steps:
- Open the Visual Studio Code command palette (Ctrl+Shift+P).
- Type "Extensions: Install Extension" and select "Miden Language Support".
- Reload Visual Studio Code.
To use the Miden language support in Visual Studio Code, you can create a new file with a .masm extension and start writing Miden assembly code.
Contributions are welcome! If you find a bug or have a suggestion, please open an issue or submit a pull request on the GitHub repository.
This extension is licensed under the MIT License. See the LICENSE file for more information.