Skip to content

Releases: pontem-network/intellij-move

v1.20.0

27 Sep 15:10
1b9fdfb
Compare
Choose a tag to compare

1.18.0

24 Aug 12:27
ede3fa6
Compare
Choose a tag to compare

1.17.0

14 Aug 15:42
b58591d
Compare
Choose a tag to compare
  • type checking for binary arithmetic operators
  • use named address values for module resolution
  • add a warning to check for inconsistent address names usage
  • check for valid module name in single-module file rename
  • fix file name refactoring for non-move files
  • generate test run configuration correctly for packages in aptos-core/ repo

1.16.0

11 Aug 11:42
b526ed7
Compare
Choose a tag to compare
  • types: multi-statement type inference for generics
  • types: multi-statement type inference for integers
  • tools: add Aptos side menu with the project information and "refresh projects" button
  • internal: drop support for 2021.1

v1.13.1

13 Jul 10:08
Compare
Choose a tag to compare
  • Finished implementation for "Optimize imports", which sorts your use statements and removes unused ones. You can call it from the Code -> Optimize Imports
  • Better completion weights based on type information

v1.10.1

29 May 20:19
ac21ffe
Compare
Choose a tag to compare
Merge pull request #50 from pontem-network/1.10.1

1.10.1

v1.10.0

24 May 13:02
55e1519
Compare
Choose a tag to compare
  • Auto-import: automatically create use statements for the items not yet present in scope
  • Sort imports in Optimize Imports action

v1.6.0

29 Mar 08:35
Compare
Choose a tag to compare
changelog

v1.5.0

23 Feb 11:08
05e4969
Compare
Choose a tag to compare
  • Add type hints for let statement bindings
  • Fix some bugs around named addresses scoping
  • Improve analysis performance significantly

v1.4.0

27 Jan 13:07
Compare
Choose a tag to compare
  • Add name resolution and completion support to MSL(spec blocks).
  • Add environment variables to Move Run Configuration. This allows running Move Prover from IDE.
  • Add better support for git dependencies.
  • Lots of minor fixes and improvements.