{"id":13861611,"url":"https://github.com/nathankot/company-sourcekit","last_synced_at":"2025-05-07T15:21:46.857Z","repository":{"id":52298976,"uuid":"43520597","full_name":"nathankot/company-sourcekit","owner":"nathankot","description":"Completion for Swift projects via SourceKit with the help of SourceKitten","archived":false,"fork":false,"pushed_at":"2022-12-26T20:15:04.000Z","size":447,"stargazers_count":207,"open_issues_count":16,"forks_count":16,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-21T01:10:47.312Z","etag":null,"topics":["autocomplete","company-mode","emacs","sourcekit","sourcekitten","swift"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nathankot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-01T20:55:17.000Z","updated_at":"2024-01-19T10:20:36.000Z","dependencies_parsed_at":"2023-01-31T01:01:00.738Z","dependency_job_id":null,"html_url":"https://github.com/nathankot/company-sourcekit","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathankot%2Fcompany-sourcekit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathankot%2Fcompany-sourcekit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathankot%2Fcompany-sourcekit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathankot%2Fcompany-sourcekit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathankot","download_url":"https://codeload.github.com/nathankot/company-sourcekit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252902730,"owners_count":21822292,"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":["autocomplete","company-mode","emacs","sourcekit","sourcekitten","swift"],"created_at":"2024-08-05T06:01:26.167Z","updated_at":"2025-05-07T15:21:46.831Z","avatar_url":"https://github.com/nathankot.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"# company-sourcekit\n\n[![Melpa Status](http://melpa.milkbox.net/packages/company-sourcekit-badge.svg)](http://melpa.milkbox.net/#/company)\n\n_[company-mode][company] completion for Swift projects via SourceKit with the help of [SourceKittenDaemon][sourcekittendaemon]._\n\n\u003cimg src=\"https://raw.githubusercontent.com/nathankot/company-sourcekit/master/cap.gif\" width=\"384\" height=\"281\" /\u003e\n\n## Limitations\n\n* Only works when there is a `*.xcodeproj` up the directory tree.\n* OSX-only, since this communicates with SourceKit which only runs on OSX (AFAIK)\n* You need to have `curl` on your machine\n\n## Installation\n\nFirst install [SourceKittenDaemon][sourcekittendaemon]. Make sure that it's in\nthe `exec-path` of your Emacs.\n\nAnd then you can install `company-sourcekit` in the following ways:\n\n### MELPA\n\n```sh\nM-x package-install \u003cRET\u003e company-sourcekit \u003cRET\u003e\n```\n\n### Source\n\nMake sure this repository is in your `load-path`, and then:\n\n```elisp\n(require 'company-sourcekit)\n(add-to-list 'company-backends 'company-sourcekit)\n```\n\n## Configuration\n\n* _`company-sourcekit-use-yasnippet`_ - Use yasnippet for completion expansion. By default this is enabled if yasnippet is detected.\n* _`company-sourcekit-verbose`_ - Log company-related messages to `*messages*` with verbosity\n* _`sourcekit-available-ports`_ - A list of ports that `sourcekittendaemon` is allowed to listen on.\n* _`sourcekit-sourcekittendaemon-executable`_ - Location of the `sourcekittendaemon` executable\n* _`sourcekit-curl-executable`_ - Location of the `curl` executable\n* _`sourcekit-verbose`_ - Log sourcekittendaemon-related messages to `*messages*` with verbosity\n\n## How it works\n\n* company-sourcekit communicates with sourcekittendaemon via HTTP.\n* Which in turn communicates with SourceKit using the [sourcekitten][sourcekitten] framework.\n* sourcekittendaemon will read your `.xcodeproj` file and determine the best configuration options to pass to sourcekit.\n\n## Credits\n\n* Big thanks to [@terhechte][terhechte] for spearheading [SourceKittenDaemon][sourcekittendaemon]!\n* [@jpsim][jpsim] for researching Sourcekit and making [sourcekitten][sourcekitten]. Without which this would not be possible!\n\n[jpsim]: https://github.com/jpsim\n[terhechte]: https://github.com/terhechte\n[company]: https://github.com/company-mode/company-mode\n[sourcekittendaemon]: https://github.com/terhechte/SourceKittenDaemon\n[sourcekitten]: https://github.com/jpsim/SourceKitten\n\n## Contributing\n\nIs most welcome. Please use a feature branch and format your code with\n`indent-region` d(^.^)b\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathankot%2Fcompany-sourcekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathankot%2Fcompany-sourcekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathankot%2Fcompany-sourcekit/lists"}