Foxar for Visual Studio Code
Build, archive and manage your FoxarKit projects directly from the VS Code sidebar.
Features
A Foxar Project panel appears in the Explorer sidebar whenever a .foxar.toml file is detected in the workspace root.
FOXAR PROJECT
├── Build
├── Run (Watch)
├── Clean
├── Generate Assets
├── ▼ Archive
│ ├── Release
│ ├── Debug
│ ├── Bump Patch
│ ├── Bump Minor
│ └── Bump Major
└── ▼ Update
├── Update Foxar
└── Update Swift SDK
Clicking any command runs it in a dedicated Foxar terminal, reused across calls.
Requirements
- A FoxarKit project initialised with
foxar init (contains .foxar.toml and a local ./foxar script)
- Swift extension recommended
Getting Started
foxar init MyProject
code MyProject
The Foxar panel will appear automatically in the Explorer sidebar.
Links
| |