An open API service indexing awesome lists of open source software.

https://github.com/fivethree-team/vscode-fastlane-snippets

🧩 Fastlane Snippets for VS Code
https://github.com/fivethree-team/vscode-fastlane-snippets

fastlane snippets vscode vscode-extension

Last synced: about 1 month ago
JSON representation

🧩 Fastlane Snippets for VS Code

Awesome Lists containing this project

README

          

# Fastlane Snippets for VS Code

[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version/fivethree.vscode-fastlane-snippets.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=fivethree.vscode-fastlane-snippets)
[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/installs/fivethree.vscode-fastlane-snippets.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=fivethree.vscode-fastlane-snippets)

Visual Studio Code Extension adds fastlane snippets to your favorite IDE.

All code snippets are based on and follow the fastlane documentation.

## Using Snippets in VS Code

Type part of a snippet, press enter, and the snippet unfolds.

### Snippet Prefix

| Prefix | Description |
| ------ | ----------------- |
| `f-` | Fastlane Snippets |

# Table of Content

- [Snippets Documentation](#snippets-documentation)
- [Ruby](#ruby)

## Ruby

| Prefix | Description |
| ------------------------------- | -------------------------------------- |
| f-lane | fastlane snippet lane |
| f-lane-private | fastlane snippet lane |
| f-appfile | fastlane snippet for the appfile |
| f-appfile-get-value | get variable from appfile |
| f-lane-before_all | fastlane snippet lane before all |
| f-lane-before_each | fastlane snippet lane before each |
| f-lane-after-all | fastlane snippet lane after all |
| f-lane-after-each | fastlane snippet lane after each |
| f-lane-error | fastlane snippet lane error |
| f-action-lane-context | fastlane snippet lane context variable |
| f-env | fastlane snippet env variable |
| f-password | fastlane snippet enter password |
| f-ui-message | ui message |
| f-ui-success | ui message |
| f-ui-error | ui message |
| f-ui-user-error | ui message |
| f-ui-important | ui message |
| f-ui-header | ui message |
| f-ui-input | ui input |
| f-ui-input-password | ui input |
| f-ui-confirm | ui input |
| f-ui-select | ui input |
| f-ui-crash | ui input |
| f-ui-command | ui input |
| f-ui-command-output | ui input |
| f-ui-verbose | ui input |
| f-ui-error-shell | ui input |
| f-ui-error-build | ui input |
| f-ui-error-test | ui input |
| f-ui-error-abort | ui input |
| f-sh-simple |
| f-sh-complex |
| f-sh-error-callback |
| f-action-gym |
| f-gymfile |
| f-action-match |
| f-matchfile |
| f-action-automatic-code-signing |
| f-action-pilot |
| f-action-supply |
| f-action-deliver |
| f-deliverfile |
| f-action-produce |

**[⬆ back to top](#table-of-content)**