Skip to content

fe-lang/zed-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fe Language Extension for Zed

This extension adds Fe language support to the Zed editor.

Installation

Fe CLI

The fe CLI (which includes the language server) must be installed. The extension looks for the fe binary in the following order:

  1. FE_PATH environment variable
  2. PATH
  3. ~/.cargo/bin
  4. ~/.fe/bin (feup install location)

To install:

curl -fsSL https://raw.githubusercontent.com/argotorg/fe/master/feup/feup.sh | bash

Or build from source:

cargo install --git https://github.com/argotorg/fe.git fe

Zed Extension

You can install this as a dev extension in Zed using the GUI via Extensions > Install Dev Extension, as described here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published