Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zed extension for the Move language

This extension provides a tree-sitter and language server integration for the Move language.

Prerequisites

You need to have installed Move the language server. For this, just run the following command:

cargo install --git https://github.com/MystenLabs/sui  sui-move-lsp

Make sure that the move-analyzer is added in your PATH:

echo 'export PATH="$HOME/.cargo/bin/move-analyzer:$PATH"' >> ~/.zshrc && source ~/.zshrc

About Move

Move is an open source language for writing safe packages to manipulate on-chain objects (sometimes referred to as "smart contracts").

Move is a platform-agnostic language to enable common libraries, tooling, and developer communities across blockchains with vastly different data and execution models.

Move is adaptable to meet the needs of the blockchain the code operates on, see Move on Sui to review enhancements made to Move for optimization on the Sui blockchain.

Coffee fund ☕️

0xb9d30b01ec73d8e0e64ce8dabd3d74b2e20bc98b9bf0e0b421cfb6f33fc1a45d 💧✨

About

Extension to add Move-lang support for Zed.

Resources

Stars

11 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages