FIDL editors

Several editors have support for FIDL:

Atom

To install:

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

IntelliJ / Android Studio

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 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 syntax highlighting support and instructions.

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: