{"id":19673270,"url":"https://github.com/kiteco/kitesublime","last_synced_at":"2025-08-03T14:09:06.774Z","repository":{"id":50137073,"uuid":"140858661","full_name":"kiteco/KiteSublime","owner":"kiteco","description":"Kite Autocomplete Plugin for Sublime Text: Featuring AI-powered autocompletions, advanced function signatures, and instant documentation","archived":false,"fork":false,"pushed_at":"2021-10-25T18:21:11.000Z","size":1768,"stargazers_count":97,"open_issues_count":0,"forks_count":23,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-29T01:42:21.129Z","etag":null,"topics":["autocomplete","plugin","python","sublime-text-3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kiteco.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}},"created_at":"2018-07-13T14:42:54.000Z","updated_at":"2024-08-20T00:58:04.000Z","dependencies_parsed_at":"2022-08-27T22:54:18.321Z","dependency_job_id":null,"html_url":"https://github.com/kiteco/KiteSublime","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/kiteco/KiteSublime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiteco%2FKiteSublime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiteco%2FKiteSublime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiteco%2FKiteSublime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiteco%2FKiteSublime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiteco","download_url":"https://codeload.github.com/kiteco/KiteSublime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiteco%2FKiteSublime/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268554909,"owners_count":24269062,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","plugin","python","sublime-text-3"],"created_at":"2024-11-11T17:14:49.221Z","updated_at":"2025-08-03T14:09:06.588Z","avatar_url":"https://github.com/kiteco.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kite Autocomplete Plugin for Sublime Text 3\n\n[![Report an issue](https://img.shields.io/badge/-Report%20an%20issue-critical)](https://github.com/kiteco/issue-tracker/issues)\n\nKite is an AI-powered programming assistant that helps you write Python \u0026 JavaScript code inside Sublime Text 3. Kite helps you write code faster by saving you keystrokes and showing you the right information at the right time. Learn more about how Kite saves you time and effort in Sublime Text at https://kite.com/integrations/sublime-text/.\n\nAt a high level, Kite provides you with:\n* 🧠 __[Line-of-Code Completions](https://kite.com/blog/product/launching-line-of-code-completions-going-cloudless-and-17-million-in-funding/)__ powered by machine learning models trained on the entire open source code universe\n* 🔍 __[Instant documentation](https://kite.com/copilot/)__ for the symbol underneath your cursor so you save time searching for Python docs\n\n\n## Requirements\n\n* macOS 10.10+ or Windows 7+ or Linux (Ubuntu, Debian, Fedora, Arch Linux, Linux Mint, openSUSE, KDE, XFCE, Gnome 2,\nGnome 3)\n* Sublime Text build 3000+\n* [Kite Engine](https://kite.com/)\n\nUse another editor? Check out [Kite’s other editor integrations](https://kite.com/integrations/).\n\n\n## Installation\n\n### Installing the Kite Engine\n\nThe [Kite Engine](https://kite.com/) needs to be installed in order for the package to work properly. The package itself provides the frontend that interfaces with the Kite Engine, which performs all the code analysis and machine learning 100% locally on your computer (no code is sent to a cloud server).\n\n__macOS Instructions__\n1. Download the [installer](https://kite.com/download/?utm_source=sublime-github) and open the\ndownloaded `.dmg` file.\n2. Drag the Kite icon into the `Applications` folder.\n3. Run `Kite.app` to start the Kite Engine.\n\n__Windows Instructions__\n1. Download the [installer](https://kite.com/download/?utm_source=sublime-github) and run the\ndownloaded `.exe` file.\n2. The installer should run the Kite Engine automatically after installation is complete.\n\n__Linux Instructions__\n1. View [our instructions](https://kite.com/linux/?utm_source=sublime-github) for installing Kite.\n2. The installer should run the Kite Engine automatically after installation is complete.\n\n### Installing the Kite Plugin for Sublime\n\nWhen running the Kite Engine for the first time, you'll be guided through a setup process which will allow you to install\nthe Sublime package. You can also install or uninstall the Sublime package at any time using the Kite Engine's [plugin\nmanager](https://help.kite.com/article/62-managing-editor-plugins).\n\nAlternatively, you can `git clone` this repository directly into your Sublime `Packages` directory. You can locate your\n`Packages` directory by opening Sublime, clicking on the `Preferences` menu item, then selecting `Browse Packages...`.\n\n[Learn more about why Kite's autocomplete and docs search experience is the best available for Sublime.](https://kite.com/integrations/sublime-text/)\n\n\n## Usage\n\nThe following is a brief guide to using Kite in its default configuration.\n\n### Autocompletions\n\nSimply start typing in a saved Python or JavaScript file and Kite will automatically suggest completions for what you're typing.\n\n![completions](https://github.com/kiteco/KiteSublime/blob/master/docs/assets/completions.png?raw=true)\n\n### Hover (Python only)\n\nHover your mouse cursor over a symbol to view a short summary of what the symbol represents.\n\n![hover](https://github.com/kiteco/KiteSublime/blob/master/docs/assets/hover.png?raw=true)\n\nIf the built-in `show_definition` preference is enabled, Kite will show you the definitions and references found in the\nSublime index as usual.\n\n![hover-show-definition](https://github.com/kiteco/KiteSublime/blob/master/docs/assets/hover-show-definition.png?raw=true)\n\n### Documentation (Python only)\n\nClick on the `Docs` link in the hover popup to open the documentation for the symbol inside the [Copilot](https://kite.com/copilot/), Kite's desktop app for Python documentation (JavaScript documentation not yet available). The Copilot's search results also follow your cursor as you type.\n\n![copilot](https://github.com/kiteco/KiteSublime/blob/master/docs/assets/copilot.png?raw=true)\n\n### Definitions (Python only)\n\nIf a `Def` link is available in the hover popup, clicking on it will jump to the definition of the symbol.\n\n### Function Signatures (Python only)\n\nWhen you call a function in Python, Kite will show you the arguments required to call it.\n\n![signatures](https://github.com/kiteco/KiteSublime/blob/master/docs/assets/signatures.png?raw=true)\n\nKite also shows you `How others used this` function, which are the most popular calling patterns inferred from all the\nopen-source Python code on the internet.\n\n### Commands and Keyboard Shortcuts\n\nIn case you prefer to not use the mouse, most of Kite's features can be triggered from the command palette.\n\n![commands](https://github.com/kiteco/KiteSublime/blob/master/docs/assets/commands.png?raw=true)\n\nFurthermore, Kite comes with the following default keyboard shortcuts:\n\n|Command|Shortcut|Description|\n|:---|:---|:---|\n|`H`over|`ctrl`+`alt`+`h`|Show the hover popup at your current cursor position|\n|`D`ocumentation|`ctrl`+`alt`+`d`|Show documentation in the Copilot|\n|F`u`nction Signatures|`ctrl`+`alt`+`u`|Show the function signature panel|\n|Ke`y`word Arguments|`ctrl`+`alt`+`y`|Show/hide keyword arguments (when function signature panel is shown)|\n|Popula`r` Patterns|`ctrl`+`alt`+`r`|Show/hide popular calling patterns (when function signature panel is shown)|\n\n\n## Configuration\n\nYou can change Kite's settings by clicking on `Preferences`, then `Package Settings`, then `Kite`. Alternatively, you can\naccess the preferences files from the command palette using `Kite: Package Settings`. The default preferences file should\nbe self documenting.\n\n## Known Issues\n\n* On Sublime 3200+, the function signature UI is truncated in some situations. ([Issue]( https://github.com/SublimeTextIssues/Core/issues/2711))\n\n## Troubleshooting\n\nVisit our [help docs](https://help.kite.com) for FAQs and troubleshooting support.\n\nHappy coding!\n\n\n---\n\n#### About Kite\n\nKite is built by a team in San Francisco devoted to making programming easier and more enjoyable for all. Follow Kite on\n[Twitter](https://twitter.com/kitehq) and get the latest news and programming tips on the\n[Kite Blog](https://kite.com/blog/).\nKite has been featured in [Wired](https://www.wired.com/2016/04/kites-coding-asssitant-spots-errors-finds-better-open-source/),\n[VentureBeat](https://venturebeat.com/2019/01/28/kite-raises-17-million-for-its-ai-powered-developer-environment/),\n[The Next Web](https://thenextweb.com/dd/2016/04/14/kite-plugin/), and\n[TechCrunch](https://techcrunch.com/2019/01/28/kite-raises-17m-for-its-ai-driven-code-completion-tool/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiteco%2Fkitesublime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiteco%2Fkitesublime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiteco%2Fkitesublime/lists"}