Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angablue/asm-formatter
A formatter extension for VSCode supporting the MIPS assembly language.
https://github.com/angablue/asm-formatter
assembly formatter mips mips-assembly vscode vscode-extension
Last synced: about 4 hours ago
JSON representation
A formatter extension for VSCode supporting the MIPS assembly language.
- Host: GitHub
- URL: https://github.com/angablue/asm-formatter
- Owner: AngaBlue
- License: lgpl-3.0
- Created: 2022-04-30T11:25:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T14:55:10.000Z (25 days ago)
- Last Synced: 2025-01-12T15:36:39.671Z (25 days ago)
- Topics: assembly, formatter, mips, mips-assembly, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=AngaBlue.asm-formatter
- Size: 594 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MIPS Assembly Formatter
A formatter extension for VSCode supporting the MIPS assembly language.
![Formatted code example](https://i.anga.blue/AaM5.png)
## Features
- Align all instructions, arguments and data.
- Align all comments to the end of the instructions.
- Cleans up extra whitespace.## Install & Usage
Install the extension from the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=AngaBlue.asm-formatter).
When editing an assembly file (.asm .s .mips .spim), format the file using the command Shift + Alt + F or using the command pallette.
To get syntax highlighting and MIPS snippets, install the [MIPS Language Support](https://marketplace.visualstudio.com/items?itemName=kdarkhan.mips) extension.
## Contributing
Please feel free to open an issue or pull request for any bugs or feature requests. A guide to setup and development can be found in [DEVELOPMENT.md](https://github.com/AngaBlue/asm-formatter/blob/master/DEVELOPMENT.md).## Author
👤 **AngaBlue **
- Website: https://anga.blue
- Github: [@AngaBlue](https://github.com/AngaBlue)## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
This project is [LGPL--3.0--or--later](https://github.com/AngaBlue/asm-formatter/blob/master/LICENSE) licensed.