{"id":13448322,"url":"https://github.com/alienhard/SublimeAllAutocomplete","last_synced_at":"2025-03-22T09:31:10.205Z","repository":{"id":3335588,"uuid":"4379630","full_name":"alienhard/SublimeAllAutocomplete","owner":"alienhard","description":"Extend Sublime autocompletion to find matches in all open files of the current window","archived":false,"fork":false,"pushed_at":"2021-07-19T12:55:21.000Z","size":23,"stargazers_count":917,"open_issues_count":16,"forks_count":110,"subscribers_count":42,"default_branch":"master","last_synced_at":"2024-10-28T14:27:18.332Z","etag":null,"topics":["autocomplete","plugin","sublime","sublime-package","sublime-plugin","sublime-text","sublime-text-3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/alienhard.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":"2012-05-19T17:07:00.000Z","updated_at":"2024-10-07T15:52:23.000Z","dependencies_parsed_at":"2022-08-28T01:41:02.179Z","dependency_job_id":null,"html_url":"https://github.com/alienhard/SublimeAllAutocomplete","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alienhard%2FSublimeAllAutocomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alienhard%2FSublimeAllAutocomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alienhard%2FSublimeAllAutocomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alienhard%2FSublimeAllAutocomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alienhard","download_url":"https://codeload.github.com/alienhard/SublimeAllAutocomplete/tar.gz/refs/heads/master","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":["autocomplete","plugin","sublime","sublime-package","sublime-plugin","sublime-text","sublime-text-3"],"created_at":"2024-07-31T05:01:42.084Z","updated_at":"2025-03-22T09:31:09.932Z","avatar_url":"https://github.com/alienhard.png","language":"Python","funding_links":[],"categories":["Python","Extensions"],"sub_categories":["General Purpose"],"readme":"All Autocomplete Sublime Text\n===========================================================\n\nExtends the default autocomplete to find matches in all open files.\n\nBy default Sublime only considers words found in the current file.\n\n\nInstall\n-------\n\nIf you have Package Control installed in Sublime just press ctrl+shift+p (Windows, Linux) or cmd+shift+p (OS X) to open the Command Pallete.\nStart typing 'install' to select 'Package Control: Install Package', then search for AllAutocomplete and select it. That's it.\n\nYou can also install this package manually by entering the Packages directory of Sublime Text 2/3 and issuing on a terminal:\n\n    git clone https://github.com/alienhard/SublimeAllAutocomplete\n\n\nSettings\n--------\n\nYou can disable the additional autocompletion provided by this package for specific source files and even select syntax within files. In the Sublime menu go to Preferences \u003e Package Settings \u003e All Autocomplete \u003e Settings – User.\n\nExample: the following Setting would disable completions when you're editing CSS or JavaScript code, and would not source any completions from Markdown files:\n\n```json\n\"exclude_from_completion\": [\n\t\"css\",\n\t\"js\"\n],\n\"exclude_sources\": [\n  \"markdown\"\n],\n\"min_word_size\": 5, // don't show completions for words with fewer than this many chars\n\"max_word_size\": 40 // don't show completions for words with more than this many chars\n```\n\nThe names provided in this list are matched against the so-called \"syntax scope\" of the currently autocompleted input. For example, in a CSS file, when you start typing a new CSS class name, the syntax scope is \"source.css meta.selector.css\". The names you provide in the config above are partially matched against this scope. This means, you can completely disable All Autocomplete for all CSS code by specifying \"css\" – or you can disable it only for specific parts, for example, CSS selectors by specifying \"selector.css\". Or to disable completion in comments, include \"comment\" in the list.\n\nNote, if you want to disable it in C source, but not in CSS, add \"source.c\" in the list (since \"c\" alone would also match css).\n\nYou can find the syntax scope of code at the current cursor position with Control+Shift+P.\n\n\nLICENSE\n-------\n\nDO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\nVersion 2, December 2004\n\nCopyright (C) 2013 Adrian Lienhard \u003cadrian.lienhard@gmail.com\u003e\n\nEveryone is permitted to copy and distribute verbatim or modified\ncopies of this license document, and changing it is allowed as long\nas the name is changed.\n\nDO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n0. You just DO WHAT THE FUCK YOU WANT TO.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falienhard%2FSublimeAllAutocomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falienhard%2FSublimeAllAutocomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falienhard%2FSublimeAllAutocomplete/lists"}