Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Editor support

Visual Studio Code or similar

Download the Fuzion extension from a marketplace or manually install the latest vsix file.

Other editors supporting the language server protocol (Emacs, Vim, etc.)

  1. Download the latest language server release.
  2. Extract the downloaded file.
  3. Add the included bin-folder to your $PATH environment variable
    or
    create a softlink to bin/fuzion_language_server in a path which is already in your $PATH variable.

Emacs

See example configuration here.

Vim

See example configuration here.