Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Fastlane launcherNew to Visual Studio Code? Get it now.
Fastlane launcher

Fastlane launcher

smsimone

|
772 installs
| (0) | Free
This is a simple extension for VsCode that parses and displays all the available lanes present in your Fastfile.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Fastlane Launcher

This is a simple extension for VsCode that parses and displays all the available lanes present in your Fastfile.

Features

  • All your lanes are inserted in a lateral menu with their description for a better handling of your automations lanes
  • With #TAG comment you can also group them grouped

Extension Settings

The settings exposed by this extension are:

  • fastlane-launcher.fastlaneCommand: with this you can specify which command should use to launch the lanes. By default it's fastlane, but you may use bundle exec fastlane

Release notes

0.2.1

  • Now the logs are printed in the fastlane_launcher task inside the output panel

0.2.0

  • Now it's possible to expose the lane's variables by using the #PARA tag.
#PARAM {var_name} (default_value) comment
#PARAM {var_name} comment
#PARAM {var_name}

Both default_value and comment are optional.

0.0.9

  • Fix issue #1

0.0.8

  • Added the possibility to use #ALIAS comment to define an alias for a lane

0.0.7

  • Fixed private_lane and lane description parsing
  • Added the config to show private lanes in explorer
  • Private lanes will be shown in a custom named group

0.0.5

  • Modified README with some images of how it works

0.0.4

  • Fixed automatic Fastfile finding

0.0.3

  • Changed tag : to #TAG to group different lanes
  • Fixed the onClick listener on tag entry

0.0.2

  • Now private lanes will be ignored
  • Added the possibility to handle a tag : descriptor to group lanes

0.0.1

  • Displays all the available lanes on a panel of the activity bar
  • With shift+alt+lit will show you all the available lanes from a quick pick dropdown
  • The edits inside Fastfile are reloaded instantly
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft