I am happy to announce that version v0.4 of Move IDE features context-aware code completion. Currently, it supports standard library imports, built-ins, types in function and struct definitions and imported modules’ methods.
Although it’s pretty raw, it is an important step forward in making Move development as smooth and comfy as possible.
- release notes are here
- all thanks to tree-sitter-move, which is now used in IDE to define cursor context
Imports:
Module members: