Intellij-Move

1.20.0
September 27, 2022
View in Github

New Features

  • Remove parameter quickfix
remove_param
  • Highlight hex integer literals
hex_int
  • Sort completion in borrow exprs.
  • Sort completions by abilities in type parameters.
  • Support for imports inside code blocks.
  • Allow repeating function signature in spec for readability.
  • Type inference support for vector literals.
  • Type check calls with not enough arguments.
  • Type inference for statements in loop {} expr.
  • Function test run configurations now created with module prefix, ie.
 aptos move test --filter module_name::function_name

Fixes

  • Allow spaces inside public(friend) function modifier.
  • Fix caching issue that lead to undeterministic type checking in some cases.
  • Fix "unused parameter" error on native functions.
  • Fix struct unpacking type inference.