Intellij-Move

1.19.0
September 5, 2022
View in Github

New Features

  • Add support for vector literals
 let a = vector[1, 1];

    • Add validation to Run Configurations.
    run_validation
    • Add colored output support for aptos command
    colored_console

    Fixes

    • "Code -> Optimize Imports" action now correctly differentiate between names and types.
    • Fix false-positive with import aliases in "Unused import" inspection.
    • Fix field shorthand pattern rename breaking the highlighting.
    • Fix renaming of function parameter usages in specifications.

    Internal

    • Fix Gradle properties loading.
    • Update Gradle Intellij plugin, add PluginConfigVerification step to CI.