# FuzzyAutocomplete/FuzzyAutocompletePlugin

A Xcode 5+ plugin that adds more flexible autocompletion rather than just prefix-matching.

Repository: https://github.com/FuzzyAutocomplete/FuzzyAutocompletePlugin
Canonical: https://ross.abutalabs.com/products/fuzzyautocompleteplugin
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2017-06-16T09:46:58+00:00

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

## Adoption (not part of the score)
Stars 3224, forks 347 (observed 2026-08-28T04:07:49.882777+00:00)

## What it is
An Xcode 5+ plugin that replaces Xcode's prefix-matching autocompletion with fuzzy matching based on the Open Quickly pattern. It is no longer maintained and is incompatible with Xcode 9+, which includes similar functionality built in.

## Use cases
- fuzzy autocomplete in Xcode
- match code completions without typing exact prefixes
- fix typos in Xcode completion queries
- rank Xcode completions by relevance score
- filter out low-quality autocomplete suggestions in Xcode

## When to choose
- You are stuck on Xcode 5 through 8 and want fuzzy, Open Quickly-style code completion
- You want completion results ranked by match score with configurable thresholds
- You want auto-correction of case and word order while typing completions

## When to avoid
- You use Xcode 9 or later, which has fuzzy completion built in
- You need a maintained plugin with recent updates or support
- You develop on Linux or Windows, since this only works with Xcode on macOS

## Facets
- artifact type: plugin
- maturity: abandoned
- function: developer-tools
- domain: developer-tools, text-editors
- platform: editor-plugin
- tags: xcode, autocomplete, fuzzy-matching, objective-c, ide-plugin, editor-plugin, macos

## Member repositories
- FuzzyAutocomplete/FuzzyAutocompletePlugin (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:49.882777+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-29T18:44:17.780717+00:00, confidence not recorded.
  - readme: https://github.com/FuzzyAutocomplete/FuzzyAutocompletePlugin (fetched 2026-08-28T04:07:49.882777+00:00, sha f39108071c94)
- Data as of 2026-08-30T08:39:29.467469+00:00.
