8000 GitHub - koto-lang/koto-zed: Support for Koto in Zed
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

koto-lang/koto-zed

Repository files navigation

koto-zed

Support for Koto in Zed

Published at Zed Extension Gallery.

Features

  • Diagnostics
  • Syntax highlighting
  • Comment toggeling
  • Auto-closing brackets
  • Code Folding
  • Outline Panel
  • Zed commands: Go to Definition, Find all references, Rename Symbol

Language server

The extension will make use of koto-ls if it's available in your path, otherwise it will try to download and install the latest release from Github. If you want to use latest pre-release (if available), then you have to enable it in the lsp section of your settings.json:

"lsp": {
  "koto-ls": {
    "settings": {
      "pre_release": true
    }
  }
}

Installation

Right from within Zed, for detailed platform-specific instructions see the Zed documentation.

About

Support for Koto in Zed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0