{"id":44999510,"url":"https://github.com/weedz/vscode-perl-language-server","last_synced_at":"2026-02-18T22:07:47.478Z","repository":{"id":41997142,"uuid":"481780654","full_name":"weedz/vscode-perl-language-server","owner":"weedz","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-23T03:10:50.000Z","size":411,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-23T05:19:55.982Z","etag":null,"topics":["language-server-protocol","looking-for-maintainer","perl","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weedz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-14T23:45:55.000Z","updated_at":"2025-07-23T03:09:43.000Z","dependencies_parsed_at":"2025-06-13T19:35:48.140Z","dependency_job_id":"bc64d706-fdcc-4a9b-bbff-a61952a0b81e","html_url":"https://github.com/weedz/vscode-perl-language-server","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/weedz/vscode-perl-language-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weedz%2Fvscode-perl-language-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weedz%2Fvscode-perl-language-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weedz%2Fvscode-perl-language-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weedz%2Fvscode-perl-language-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weedz","download_url":"https://codeload.github.com/weedz/vscode-perl-language-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weedz%2Fvscode-perl-language-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["language-server-protocol","looking-for-maintainer","perl","vscode-extension"],"created_at":"2026-02-18T22:07:46.742Z","updated_at":"2026-02-18T22:07:47.466Z","avatar_url":"https://github.com/weedz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Perl language server for vscode\n\n## :warning: This project is not being maintained\n\nUnfortunately, the former maintainer no longer have the time and/or resources to work on this project. For more information see this [issue](https://github.com/weedz/vscode-perl-language-server/issues/2).\n\n[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/linus-bjorklund.perl-lsp?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=linus-bjorklund.perl-lsp)\n\nPerforms a really basic static analyze of perl code to provide the following:\n\n- Workspace and document symbol definitions (packages and functions)\n- Goto definition (packages and functions)\n- Autocomplete (packages and functions)\n- Signature help\n\nIncluding completion and signature help for most [builtin functions](https://metacpan.org/dist/perl/view/pod/perlfunc.pod)\n\nThe way this is implemented means the following perl program will create a function symbol `hello`:\n```perl\nmy $str = q^\nsub hello {\n  print \"world!\";\n}^;\n```\nI will not parse perl in any way so this is unfortunately a limitation of the current implementation.\n\n## Installation\n\nAvailable from the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=linus-bjorklund.perl-lsp).\n\nor\n\nPrepackaged vscode extension is available from the [releases](https://github.com/weedz/vscode-perl-language-server/releases).\n\nDownload and then open the command palatte in vscode and search for \"Extension: Install from VSIX...\" and select the downloaded file.\n\n### From source\n\nInstall all dependencies:\n```console\nnpm install\n```\n\nTo package a vscode extension (`.vsix`) you will need the package `vsce`:\n```console\nnpm install -g vsce\n```\n\nYou can now run:\n```console\nvsce package\n```\n\n\n## Development\n\nRun the watch script:\n```console\nnpm run esbuild-watch\n```\n\nShould now be able to \"debug\" the extension with \"Run \u003e Start Debugging (\u003ckbd\u003eF5\u003c/kbd\u003e)\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweedz%2Fvscode-perl-language-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweedz%2Fvscode-perl-language-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweedz%2Fvscode-perl-language-server/lists"}