Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

roscopeco/jasm-intellij-plugin

Repository files navigation

jasm-intellij-plugin

note: This repository is archived and the plugin is discontinuted. Development of JASM itself will continue but I cannot commit to keeping the plugin up to date.

Build Version Downloads

IntelliJ platform plugin for the JASM Java assembler.

Supports:

  • Syntax highlighting for JASM source code
  • Configurable code style and formatting
  • Basic refactoring (WIP)

Screenshot

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "jasm-intellij-plugin" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.