Skip to content

Latest commit

 

History

75 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motoko and Candid Language Support for Zed

Zed Extension License

Zed Motoko Icon

Motoko and Candid language support for Zed, allowing you to develop applications easily for Internet Computer.

Prerequisites

For certain tasks:

Configuring

Formatter

The Motoko formatter is based on Prettier, and you can configure it for each project using .prettierrc. For detailed configuration instructions, please refer to caffeinelabs/prettier-plugin-motoko.

Additionally, you can disable the formatter using Zed's settings:

{
  "lsp": {
    "motoko-language-server": {
      "initialization_options": {
        "formatter": "none" // "prettier" by default
      }
    }
  }
}

Development

To develop this extension, see the Developing Extensions section of the Zed docs.

To contribute to this extension:

  1. Clone the repository
  2. Make your changes
  3. Test with Zed
  4. Submit a pull request

License

This project is licensed under either of Apache License, Version 2.0 or MIT License at your option.

About

Motoko and Candid language support for Zed.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages