The Modern Assembly Language Analyzer is an LC (Language Configuration) extension designed to enhance the development experience in Visual Studio Code for the Modern Assembly language. It will provide code highlighting and auto completion for Modern Assembly developers.
⚠ Modern Assembly is at an early development stage. Don't expect everything to work smoothly ⚠
- Syntax Highlighting: Gain a clearer understanding of your code structure.
- Auto Completion: Auto completes qutoes,...
- Install Visual Studio Code from here.
- Open the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
- Search for "modern-assembly-analyzer" and install it.
- Open a .ma file or a Modern Assembly project in VS Code.
- The extension should automatically activate, providing syntax highlighting and auto completion.
For advanced configuration options, please consult the extension's settings section in VS Code.
This project is licensed under the MIT License - see the LICENSE file for details.
This LC extension is built to complement the Modern Assembly language.