{"id":16009754,"url":"https://github.com/jorol/perl-completions","last_synced_at":"2025-04-09T19:11:22.348Z","repository":{"id":49437910,"uuid":"387875567","full_name":"jorol/perl-completions","owner":"jorol","description":"Perl code completion snippets","archived":false,"fork":false,"pushed_at":"2023-02-15T09:44:50.000Z","size":501,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T19:11:18.018Z","etag":null,"topics":["perl","vscode","vscode-snippets"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jorol.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-07-20T18:06:13.000Z","updated_at":"2023-03-26T16:28:55.000Z","dependencies_parsed_at":"2023-02-16T20:30:48.549Z","dependency_job_id":null,"html_url":"https://github.com/jorol/perl-completions","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorol%2Fperl-completions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorol%2Fperl-completions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorol%2Fperl-completions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorol%2Fperl-completions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorol","download_url":"https://codeload.github.com/jorol/perl-completions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248094990,"owners_count":21046770,"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":["perl","vscode","vscode-snippets"],"created_at":"2024-10-08T13:04:04.970Z","updated_at":"2025-04-09T19:11:22.309Z","avatar_url":"https://github.com/jorol.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Perl Completions README\n\nPerl Completions implements code completion for Perl5 via snippets.\n\nAll functions and their arguments were extracted from [Alphabetical Listing of Perl Functions](https://perldoc.perl.org/perlfunc#Alphabetical-Listing-of-Perl-Functions).\n\nThe flow-control keywords were extracted from [Compound Statements](https://perldoc.perl.org/perlsyn#Compound-Statements).\n\n## Features\n\n- Tab-completion support for Perl5 functions and their arguments.\n- Tab-completion support for Perl5 flow-control keywords like `for`, `if`, `while`, ... \n\nType the first letters of a function or flow-control keyword and auto-complete will offer some snippets:\n\n![auto-complete snippets](./images/function.png)\n\nUse `TAB` to replace the placeholders like `BLOCK`, `EXPR`, `LIST`, `VAR`, ...: \n\n![tab stops](./images/function-arguments.png)\n\nUse the keyword `init` for boilerplate of scripts, modules and tests:\n\n![init boilerplate](./images/init.png)\n\n![test boilerplate](./images/init-test.png)\n\n## Configuration\n\nEnable it with \"editor.tabCompletion\": \"on\".\n\n## Release Notes\n\n### 0.0.2\n\n- Fix issue gh#1\n\n### 0.0.1\n\n- Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorol%2Fperl-completions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorol%2Fperl-completions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorol%2Fperl-completions/lists"}