Several editors have support for FIDL:
To install:
pushd ~/.atom/packages git clone https://fuchsia.googlesource.com/atom-language-fidl popd
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 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 syntax highlighting support and instructions.
There is a an extension, Visual Studio Code extension available.
Contributions to the various plugins are welcome. Their respective code is in: