Skip to content

Latest commit

History

History
41 lines (30 loc) 路 1.12 KB

File metadata and controls

41 lines (30 loc) 路 1.12 KB
title Getting Started
description Setting up Coder IDE

Subscription

You get many more tools with a Pro subscription

  • Database management
  • GitHub Ticket / PR management
  • Orchestrator
  • Live reload
  • Token reports and traces
  • SFTP
  • Support via built in feedback tool
  • Future (features) premium tooling

AI Requirements

Coder is currently bring your own.

  • OpenAI subscription fully works.
  • Claude Code works with the built in terminal. In split editor it works great.
  • Any OpenAI compatable provider works great in the AI Chat and Orchestrator.

System Requirements

Set up LSP for the languages you plan on using if you don't already have them on your machine.

LSP, language servers shows what you need installed.

GitHub

Most interaction with GitHub requires keys. Setup your keys

  • You will need both Classic and Fine-grained keys if you plan to manage PR's.

  • Open Tickets Panel Cmd+Shift+T

  • Click the 馃攽 at the top to "GitHub tokens"

  • Add your token

  • Clone repository Cmd+Shift+C

Happy building!