kammt / MemeAssembly-vscode

VSCode extension for MemeAssembly developers

Home Page:https://marketplace.visualstudio.com/items?itemName=xarantolus.memeassembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MemeAssembly Extension for Visual Studio Code

This extension provides snippets and syntax highlighting for MemeAssembly, a highly advanced x86-Assembly based programming language that uses only memes as commands.

Features

  • Syntax highlighting
    • also marks/highlights invalid usages of commands
  • Easily run the current MemeAssembly file using the Ctrl+M keyboard shortcut
    • You can also open a .memeasm file, switch to the command palette and execute the MemeAssembly: Run current file command
  • Autocomplete snippets for most commands
  • Comment toggling using shortcuts (Ctrl+K, Ctrl+C to comment current line out, Ctrl+K, Ctrl+U to remove a comment from current line)

Screenshots

Help develop this extension

  • Clone from GitHub
  • Open directory in VSCode
  • Press F5 to start VSCode with this extension for debugging
  • A new window should open. From there, open some MemeAssembly files/directories, e.g. the ones from here.
  • Do changes and reload the window with the extension

About

VSCode extension for MemeAssembly developers

https://marketplace.visualstudio.com/items?itemName=xarantolus.memeassembly

License:MIT License


Languages

Language:TypeScript 67.5%Language:Shell 32.5%