Skip to content

perforate-org/zed-motoko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 dfinity/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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •