{"id":28218906,"url":"https://github.com/cleancocoa/textkitautocompletion","last_synced_at":"2025-06-11T05:32:34.275Z","repository":{"id":272007759,"uuid":"914725497","full_name":"CleanCocoa/TextKitAutoCompletion","owner":"CleanCocoa","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-10T07:56:06.000Z","size":188,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-10T08:36:09.990Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CleanCocoa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-10T07:17:41.000Z","updated_at":"2025-06-10T07:55:38.000Z","dependencies_parsed_at":"2025-03-19T07:24:16.753Z","dependency_job_id":"e21d4c73-bccb-446e-9cd0-b39f785b7c14","html_url":"https://github.com/CleanCocoa/TextKitAutoCompletion","commit_stats":null,"previous_names":["cleancocoa/textkitautocompletion"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleanCocoa%2FTextKitAutoCompletion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleanCocoa%2FTextKitAutoCompletion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleanCocoa%2FTextKitAutoCompletion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleanCocoa%2FTextKitAutoCompletion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CleanCocoa","download_url":"https://codeload.github.com/CleanCocoa/TextKitAutoCompletion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleanCocoa%2FTextKitAutoCompletion/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259207544,"owners_count":22821692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-18T02:10:49.006Z","updated_at":"2025-06-11T05:32:34.256Z","avatar_url":"https://github.com/CleanCocoa.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TextKitAutoCompletion\n\nExtends TextKit's default auto-completion to support live typing suggestions.\n\nTextKit's auto-completion can be invoked in any `NSTextView` via \u003ckbd\u003eF5\u003c/kbd\u003e or \u003ckbd\u003e⌥\u003c/kbd\u003e+\u003ckbd\u003eESC\u003c/kbd\u003e. It shows dictionary suggestions for the relevant word at point; but you cannot type-to-complete. Typing cancels the completion UI, so you need to hit the invocation key again after you finished typing.\n\nThis package fixes that.\n\n## Installation\n\n### Xcode\n\nPaste this in Xcode's URL field:  `https://github.com/CleanCocoa/TextKitAutoCompletion`\n\n### SwiftPM\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/CleanCocoa/TextKitAutoCompletion\", branch: \"main\")\n],\ntargets: [\n    .target(\n        name: \"MyTarget\",\n        dependencies: [\n            \"TextKitAutoCompletion\",\n        ]\n    ),\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleancocoa%2Ftextkitautocompletion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcleancocoa%2Ftextkitautocompletion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleancocoa%2Ftextkitautocompletion/lists"}