# JBakamovic/yavide

Modern C/C++ integrated development environment

Repository: https://github.com/JBakamovic/yavide
Canonical: https://ross.abutalabs.com/products/yavide
Language: Shell
License: GPL-2.0
License Family: copyleft
Topics: cpp, editor, vim, clang, python, viml, ide
Archived: true
Last push: 2020-10-01T10:58:30+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4489, "days_push": 2162, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1285, forks 131 (observed 2026-08-28T04:04:14.683743+00:00)

## What it is
A Vim-based integrated development environment for C/C++ that layers Clang-powered code intelligence over the editor via a client-server architecture. It offers semantic navigation, syntax highlighting, diagnostics, indexing, and completion, but all development has moved to the successor cxxd/cxxd-vim projects.

## Use cases
- turn vim into a full c/c++ ide
- go-to-definition and find-all-references for c++ code in vim
- clang-based autocomplete and type deduction while editing c++
- semantic syntax highlighting for c/c++ source files
- run clang-tidy diagnostics and fixits inside the editor
- index a large c++ codebase for fast symbol lookup

## When to choose
- you live in the terminal and want IDE-grade C/C++ features without a heavyweight GUI IDE
- you want Clang-based semantic understanding (navigation, diagnostics, indexing) inside Vim
- you maintain an existing Vim setup that already depends on Yavide

## When to avoid
- you are starting a new setup today - use the successor cxxd-vim or an LSP-based plugin like clangd instead
- you need a GUI IDE with visual debugging and refactoring tools
- you expect ongoing updates, since this repository is no longer developed

## Facets
- artifact type: application
- maturity: abandoned
- function: editor, developer-tools, parser
- domain: developer-tools, text-editors, desktop-applications
- platform: cross-platform, cli
- tags: vim-plugin, ide, clang, code-navigation, semantic-syntax-highlighting, clang-tidy, language-server, c-cpp, deprecated, successor-project, linux, macos

## Member repositories
- JBakamovic/yavide (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:14.683743+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:56:37.764495+00:00, confidence not recorded.
  - readme: https://github.com/JBakamovic/yavide (fetched 2026-08-28T04:04:14.683743+00:00, sha b0c39d44909b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
