Syntax highlighting, diagnostics, go-to-definition, and more for the Fe programming language.
- Syntax highlighting via TextMate grammar
- Diagnostics (errors and warnings) from the Fe compiler
- Go-to-definition
- Find references
The fe CLI (which includes the language server) must be installed:
curl -fsSL https://raw.githubusercontent.com/argotorg/fe/master/feup/feup.sh | bashOr build from source:
cargo install --git https://github.com/argotorg/fe.git feThe extension looks for the fe binary in the following order:
FE_PATHenvironment variablePATH~/.cargo/bin~/.fe/bin(feup install location)
Download the latest .vsix from the releases page, then install it:
code --install-extension fe-analyzer-*.vsixOr from within VS Code: open the command palette (Ctrl+Shift+P), run Extensions: Install from VSIX..., and select the downloaded file.