https://github.com/vasilescur/vscode-better-mips
Better MIPS assembly support in Visual Studio Code
https://github.com/vasilescur/vscode-better-mips
Last synced: 3 months ago
JSON representation
Better MIPS assembly support in Visual Studio Code
- Host: GitHub
- URL: https://github.com/vasilescur/vscode-better-mips
- Owner: vasilescur
- Created: 2019-02-06T18:38:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T00:51:37.000Z (over 4 years ago)
- Last Synced: 2025-01-16T17:34:16.372Z (4 months ago)
- Size: 141 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Better MIPS Support
## Features
This VSCode extension provides better MIPS colorization and snippets support.## Color Theme
The extension comes with a color theme called `Nord MIPS`, based on the very popular [Nord](https://github.com/arcticicestudio/nord) color pallete / theme.## Screenshot:
## Note:
To disable the snippets, add this to `settings.json`:```json
"[mips]": {
"editor.snippetSuggestions": "none"
}
```The extension is based on [this](https://github.com/kdarkhan/vscode-mips-support) one.