Installation
Install the Opentix VS Code extension and verify it's working.
Prerequisites
Before installing Opentix, make sure you have:
- VS Code 1.85 or newer
- Git installed and configured (
git config user.nameandgit config user.emailshould be set) - A Git repository (local or with a remote) to use Opentix in
Install from VS Code Marketplace
- Open VS Code
- Go to the Extensions view (
Ctrl+Shift+X/Cmd+Shift+X) - Search for "Opentix"
- Click Install
Alternatively, install from the command line:
code --install-extension opentix.opentixOr visit the VS Code Marketplace page directly.
Verify Installation
After installing, open a Git repository in VS Code and open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P). You should see the Opentix commands:
Opentix: Initialize ProjectOpentix: Open BoardOpentix: Create TicketOpentix: Sync Tickets
If these commands appear, Opentix is installed and ready to use.
Quick Start
- Open a Git repository in VS Code
- Run
Opentix: Initialize Projectfrom the Command Palette - Choose "Use recommended settings" for a fast setup, or "Customize settings" to configure each option
- Run
Opentix: Open Boardto see the Kanban board - Create your first ticket with the "+ New Ticket" button on the board
Next Steps
- Learn about the initialization wizard and its configuration options
- Explore the Kanban board features