FIDL editors

Several editors have support for FIDL:

Atom {#atom}

To install:

  1. pushd ~/.atom/packages
  2. git clone https://fuchsia.googlesource.com/atom-language-fidl
  3. popd

IntelliJ / Android Studio {#intellij}

There is an IntelliJ plugin available for FIDL. It adds syntax and parsing support.To install it, select Settings, then Plugins, and then click Browse Repositories and search for FIDL.

Sublime Text {#sublime}

Sublime syntax highlighting support.

To install, select Sublime Text, then Preferences, then Browse Packages and copy or symlink the files FIDL.sublime-syntax, and Comments (FIDL).tmPreferences into the User package.

Vim {#vim}

Vim syntax highlighting support and instructions.

Visual Studio Code {#visual-studio-code}

There is a an extension, Visual Studio Code extension available.

Contributing

Contributions to the various plugins are welcome. Their respective code is in: