Skip to main content

Documentation Index

Fetch the complete documentation index at: https://flowdeck.studio/docs/llms.txt

Use this file to discover all available pages before exploring further.

Building from the Scheme Panel

Open the FlowDeck panel → Schemes and use the scheme actions:
  • Build - Compile your app
  • Build and Run - Compile and launch your app
building.png

Building from Command Palette

Build commands are also available via the Command Palette:
  • ⌘⇧PFlowDeck: Build
  • ⌘⇧PFlowDeck: Build and Run

Keyboard Shortcuts

FlowDeck provides default keyboard shortcuts for common build operations:
  • Build: ⌘B
  • Build and Run: ⌘R
  • Clean Build: ⌘⇧K

Build Configurations

Select different build configurations (Debug/Release) using:
  1. Click the configuration selector in the status bar
  2. Use FlowDeck: Select Configuration command
  3. Choose Debug or Release mode

Advanced Configuration

For advanced build configurations and custom build tasks, see Build Tasks Configuration.
Press ⌘⇧B to quickly set up your first build task. FlowDeck will create the necessary configuration files automatically.