Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pontem-network/intellij-move
- Owner: pontem-network
- License: mit
- Created: 2020-07-13T12:40:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T17:31:25.000Z (18 days ago)
- Last Synced: 2025-01-21T13:06:12.855Z (14 days ago)
- Topics: aptos, ide, intellij, intellij-plugin, kotlin, move-language
- Language: Kotlin
- Homepage: https://pontem.network/move-intellij-ide-plugin
- Size: 8.31 MB
- Stars: 73
- Watchers: 12
- Forks: 38
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/1.17.0.md
- License: LICENSE
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.