Skip to the content.

WINDSURF

Windsurf is a powerful agentic IDE that revolutionizes the way developers interact with their code. It integrates advanced AI capabilities to provide intelligent code assistance, making development more efficient and intuitive.

Key Features

Getting Started

To get started with Windsurf:

  1. Install the Windsurf IDE

    # Add the release PGP keys
    curl -fsSL "https://windsurf-stable.codeiumdata.com/wVxQEIWkwPUEAGf3/windsurf.gpg" | sudo gpg --dearmor -o /usr/share/keyrings/windsurf-stable-archive-keyring.gpg
    # Add the "stable" channel to your APT sources
    echo "deb [signed-by=/usr/share/keyrings/windsurf-stable-archive-keyring.gpg arch=amd64] https://windsurf-stable.codeiumdata.com/wVxQEIWkwPUEAGf3/apt stable main" | sudo tee /etc/apt/sources.list.d/windsurf.list > /dev/null
    # Update the system
    sudo apt update
    # Install Windsurf
    sudo apt upgrade windsurf -y
    
  2. Set up your development environment
  3. Open your project or create a new one
  4. Start coding with AI assistance

Import VSCode Settings & Extensions to Windsurf

To import VSCode settings and extensions:

  1. Press F1 to open the command palette
  2. Type “Import VS Code settings” and select it
  3. Choose “Import VS Code extensions” to transfer your extensions

Best Practices

Common Commands

Here are some useful commands and shortcuts in Windsurf:

Documentation