An open API service indexing awesome lists of open source software.

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

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.