Mipsy SupportMipsy Support adds language support for MIPS assembly language, specifically as implemented by mipsy. FeaturesSyntax HighlightingSemantic syntax highlighting only colourizes labels and constants that are defined elsewhere in the document. Code CompletionContext-aware code completion for instructions, directives, instructions, labels, and constants. SnippetsSnippets with configurable comment indentation for all mipsy-supported syscalls. Label & Constant Definitions / ReferencesSupport for navigating definitions and usages of labels and constants through visual studio code's UI. Recommended SettingsMIPS displays best with 8-space tab indentation, and several features in this extension assume the following settings:
Known Issues
Planned Features
BuildingTo contribute to or modify the extension, first clone the repository, install dependencies, and open in vscode:
Then, inside the vscode editor, press For information on packaging and distributing the extension, see the vscode docs. |