Support for Koto in Zed
Published at Zed Extension Gallery.
- Diagnostics
- Syntax highlighting
- Comment toggeling
- Auto-closing brackets
- Code Folding
- Outline Panel
- Zed commands:
Go to Definition
,Find all references
,Rename Symbol
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
}
}
}
Right from within Zed, for detailed platform-specific instructions see the Zed documentation.