DEV Community

Daniel Gomez
Daniel Gomez

Posted on

Fastlane tips - How to setup IntelliJ for Fastlane and Fastfile

If you use fastlane for your mobile environment and IntelliJ then you must be feeling the pain of opening your fastlane/Fastfile in IntelliJ and see all without syntax highlights or autocomplete?

That's because it does not have .rb and so IntelliJ can't understand the language of the file, but there's one simple setup that will fix it:

  1. Open

    Settings / File Types

  2. Search for Ruby

  3. Click + and write Fastfile.

Example:
Intellij Setup

Thanks to custom-file-types-in-intellij-idea

Oldest comments (0)