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
- Host: GitHub
- URL: https://github.com/fivethree-team/vscode-fastlane-snippets
- Owner: fivethree-team
- License: mit
- Created: 2019-04-27T13:33:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T22:56:40.000Z (over 6 years ago)
- Last Synced: 2025-02-24T16:29:39.263Z (over 1 year ago)
- Topics: fastlane, snippets, vscode, vscode-extension
- Language: Ruby
- Homepage: https://marketplace.visualstudio.com/items?itemName=fivethree.vscode-fastlane-snippets
- Size: 33.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Fastlane Snippets for VS Code
[](https://marketplace.visualstudio.com/items?itemName=fivethree.vscode-fastlane-snippets)
[](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)**