DEV Community

Daniel Gomez
Daniel Gomez

Posted on

3

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

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay