Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Fe LanguageNew to Visual Studio Code? Get it now.
Fe Language

Fe Language

Preview

fe-lang

|
124 installs
| (0) | Free
VsCode plugin for Fe smart contract programming language.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VsCode Fe

Fe support for Visual Studio Code

Adds language support for Fe to Visual Studio Code. Supports:

  • code completion
  • jump to definition, peek definition, find all references, symbol search
  • types and documentation on hover
  • code formatting
  • refactoring (rename, deglob)
  • build tasks

Fe support is powered by a separate language server If you don't have it installed, the extension will install it for you (with permission).

Installation

  1. Within Visual Studio Code, open the command palette (Ctrl-Shift-P / Cmd-Shift-P).
  2. Select Install Extension and search for fe-lang.code-ve or run ext install fe-lang.code-ve.
  3. Run cargo install --git https://github.com/fe-lang/fls if u want to install the latest build of fls .

Contributing

Check out CONTRIBUTING.md.

Options

The following Visual Studio Code settings along with their default values that are available for the Idris extension. If you want to change any of these, you can do so in user preferences (cmd+,) or workspace settings (.vscode/settings.json). You don't have to copy these if you don't intend to change them.

{
    "fe.server.path": "/usr/bin/fls", // Absolute path of the fls executable
    "fe.trace.server": "off"                    // Traces the communication between the Fe language server and Visual Studio Code
}

License

Apache 2.0

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft