Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pontem-network/intellij-move

Move on Aptos language plugin
https://github.com/pontem-network/intellij-move

aptos ide intellij intellij-plugin kotlin move-language

Last synced: 6 days ago
JSON representation

Move on Aptos language plugin

Awesome Lists containing this project

README

        

# Move on Aptos language plugin for the IntelliJ-based IDEs

The plugin supports the latest version of the Move on Aptos language, including the new features of v2, like enums or receiver-style functions.
Plugin documentation is available at https://intellij-move.github.io/.

## Installation

Open `Settings > Plugins > Marketplace` in your IDE, search for _Move on Aptos_ and install the plugin.

## Compatible IDEs

The plugin is compatible with all IntelliJ-based IDEs starting from 2024.2.
On the other versions, older versions of the plugin are available.

New features are announced in [What's New section of the documentation](https://intellij-move.github.io/what-s-new.html).

## Features

* [Move on Aptos](https://aptos.dev/move/move-on-aptos/) language support, including Compiler-V2 features.
* Rename refactoring.
* Code formatter.
* Extensive integration with `aptos-cli`.
* Running Move on Aptos compiler on-the-fly as you type.
* Integration with the Aptos Decompiler.