Move on Aptos IntelliJ Plugin Help

1.39.0

Features

  • Move 2.1: add compound assignments support,

let x = 1; x += 1;
  • Move 2.1: add loop labels support,

'label: loop { break 'label }
  • Add inlay type hints for lambda expressions, add Ctrl+Click go-to-definition support for type hints,

Fixes

  • Parameter Info now correctly works with receiver-style method calls, inferring types using the receiver type,

  • Fix loop invariants parsing in some cases,

Internal

  • Update bundled Aptos-CLI to 4.2.6.

Last modified: 03 December 2024