wangshengjia/VWInstantRun
An Xcode plugin let you build & run your selected lines of code in Xcode without running the whole project, you'll have the output instantly in your Xcode console. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3904
- days_rel: n/a
- days_push: 3399
- n_releases_24m: 0
Adoption not part of the score
1017 stars · 50 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
VWInstantRun is an Xcode plugin that builds and runs only the selected lines of code, printing output directly to the Xcode console without compiling the whole project. It supports both Swift and Objective-C snippets but does not support Xcode 8 or later.
Use cases
- run a small code snippet in Xcode without building the whole project
- quickly test a Swift expression and see output in the console
- try out Objective-C snippet logic instantly
- verify a tiny doubt about Foundation behavior without a full build
When to choose
- you are on Xcode 7 or earlier and want instant snippet execution inside the IDE
When to avoid
- you use Xcode 8 or later, which is unsupported
- you need to test code that depends on instance properties, self, or other project context
- you need a replacement for unit tests
Facets
plugin · maturity abandoned
developer-tools testing developer-tools text-editors editor-plugin xcode-plugin code-snippets swift objective-c alcatraz macos
1 source
- readme: https://github.com/wangshengjia/VWInstantRun · fetched 2026-08-28 · 3461c8e80365
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| wangshengjia/VWInstantRun | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="wangshengjia/VWInstantRun")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem