{"id":13448352,"url":"https://github.com/colinta/SublimeTextAlternativeAutocompletion","last_synced_at":"2025-03-22T09:31:15.334Z","repository":{"id":2198631,"uuid":"3146964","full_name":"colinta/SublimeTextAlternativeAutocompletion","owner":"colinta","description":"Adds TextMate-like autocompletion to Sublime Text 2","archived":false,"fork":true,"pushed_at":"2025-02-19T17:15:15.000Z","size":68,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-19T18:26:25.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"atombender/sublime_text_alternative_autocompletion","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/colinta.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":"2012-01-10T17:14:22.000Z","updated_at":"2025-02-19T17:15:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/colinta/SublimeTextAlternativeAutocompletion","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinta%2FSublimeTextAlternativeAutocompletion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinta%2FSublimeTextAlternativeAutocompletion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinta%2FSublimeTextAlternativeAutocompletion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinta%2FSublimeTextAlternativeAutocompletion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colinta","download_url":"https://codeload.github.com/colinta/SublimeTextAlternativeAutocompletion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937751,"owners_count":20535124,"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":"2024-07-31T05:01:42.942Z","updated_at":"2025-03-22T09:31:13.366Z","avatar_url":"https://github.com/colinta.png","language":"Python","readme":"Alternative autocompletion\n==========================\n\nThis plugin adds an autocompletion command to Sublime Text that acts similarly to TextMate:\n\n* Hitting the autocomplete key will attempt to complete the current word by looking at similar words in the current document.\n\n* Hitting the autocomplete key multiple times will cycle through the available words.\n\n* The last autocomplete position is remembered, so you can perform an autocompletion, move the cursor around, move back to where you were, and continue cycling through the completions.\n\n* Candidate completions are selected prioritized by distance to the cursor.\n\nThe plugin improves on TextMate in one respect: If no candidates are found, the plugin reverts to using a simple fuzzy, case-insensitive matching algorithm that is similar to Sublime's file/class matching algorithm. For example, typing `appc` might match `ApplicationController`.\n\nCompatibility\n-------------\n\nSublime Text 3 only\n\nInstallation\n------------\n\n1. Open the Sublime Text Packages folder\n    - OS X: ~/Library/Application Support/Sublime Text 3/Packages/\n    - Windows: %APPDATA%/Sublime Text 3/Packages/\n    - Linux: ~/.Sublime Text 3/Packages/ or ~/.config/sublime-text-3/Packages\n\n2. clone this repo\n3. Install keymaps for the commands (see Example.sublime-keymap for my preferred keys)\n\nLimitations\n-----------\n\nCurrently does not work with multiple selections.\n\nLicense\n-------\n\nCopyright 2011 Alexander Staubo. MIT license. See `LICENSE` file for license.\nModified by Colin Gray\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinta%2FSublimeTextAlternativeAutocompletion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolinta%2FSublimeTextAlternativeAutocompletion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinta%2FSublimeTextAlternativeAutocompletion/lists"}