> ## 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.

# Code Intelligence

> Swift autocomplete and intelligent code suggestions

FlowDeck integrates with SourceKit LSP to provide robust code completion capabilities for Swift and Objective-C, delivering an intelligent coding experience within Cursor.

<Warning>
  SourceKit LSP requires building your project to provide up-to-date autocompletion.
</Warning>

## Features

* **Intelligent Suggestions** - Context-aware code completion for Swift and Objective-C
* **Type Information** - Display parameter types and return values
* **Documentation Tooltips** - View documentation while coding
* **Symbol Navigation** - Jump to definitions and find references
* **Error Diagnostics** - Real-time error and warning detection

## Getting Started

1. Open your project in Cursor
2. FlowDeck automatically configures SourceKit LSP
3. [Build your project](/extension/building) once to generate debug symbols

<Info>
  FlowDeck automatically builds your project in the background to provide up-to-date completion. This feature can be disabled and customized in:

  **Settings** → **Extensions** → **FlowDeck** → **Language Server Protocol**
</Info>
