Intellij-Move

1.17.0
August 15, 2022
View in Github

New Features

New Move tool window on the right side menu

It show the current state of the project:

  • modules in the current package
  • entry fun entrypoints of the package
  • dependency packages

There's also a refresh_icon button at the top of the tool window. Use it if IDE internal state seems to be outdated, i.e. there's no module in the index, but code compiles just fine

Improved type checking:

  • Check support for the arithmetic operators
  • Use function body to infer the type of the integer

Performance Improvements

  • Cache type checking results better

Fixes

  • Automatically show the completion popup after typing @
  • Fix renaming of non-move files when plugin is installed, see #62