Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1023 Bytes

1.17.0.md

File metadata and controls

34 lines (21 loc) · 1023 Bytes

INTELLIJ MOVE CHANGELOG: 1.17.0

15 Aug 2022

New Features

  • New Move tool window on the right side menu

    toolwindow

    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 add_int_bool
    • Use function body to infer the type of the integer integer_u8_infer_add

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