{"id":14969272,"url":"https://github.com/cucumber/language-service","last_synced_at":"2025-04-06T00:07:19.994Z","repository":{"id":37954009,"uuid":"416327533","full_name":"cucumber/language-service","owner":"cucumber","description":"Cucumber Language Service","archived":false,"fork":false,"pushed_at":"2024-10-26T07:37:35.000Z","size":3907,"stargazers_count":18,"open_issues_count":37,"forks_count":27,"subscribers_count":68,"default_branch":"main","last_synced_at":"2024-10-29T14:46:50.520Z","etag":null,"topics":["polyglot-release"],"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/cucumber.png","metadata":{"funding":{"open_collective":"cucumber","github":"cucumber"},"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2021-10-12T12:25:36.000Z","updated_at":"2024-10-01T14:01:23.000Z","dependencies_parsed_at":"2023-02-13T03:46:11.483Z","dependency_job_id":"5f51df4c-51c0-46f9-9ef5-34c8027a4ec1","html_url":"https://github.com/cucumber/language-service","commit_stats":{"total_commits":1128,"total_committers":21,"mean_commits":"53.714285714285715","dds":0.5035460992907801,"last_synced_commit":"158eb4b442b6256ad35bbf4adb40bc73237789c3"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Flanguage-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Flanguage-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Flanguage-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Flanguage-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cucumber","download_url":"https://codeload.github.com/cucumber/language-service/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415967,"owners_count":20935388,"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":["polyglot-release"],"created_at":"2024-09-24T13:41:28.288Z","updated_at":"2025-04-06T00:07:19.969Z","avatar_url":"https://github.com/cucumber.png","language":"TypeScript","funding_links":["https://opencollective.com/cucumber","https://github.com/sponsors/cucumber"],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/cucumber/cucumber-js/46a5a78107be27e99c6e044c69b6e8f885ce456c/docs/images/logo.svg\" alt=\"Cucumber logo\" width=\"75\"\u003e\n  \u003cbr\u003e\n  Cucumber Language Service\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eCucumber language services used by \u003ca href=\"https://github.com/cucumber/language-server#readme\"\u003eCucumber Language Server\u003c/a\u003e and \u003ca href=\"https://github.com/cucumber/monaco#readme\"\u003eCucumber Monaco\u003c/a\u003e\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@cucumber/language-service\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@cucumber/language-service.svg?color=dark-green\" alt=\"npm\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/cucumber/language-service/actions/workflows/test-javascript.yml\"\u003e\n    \u003cimg src=\"https://github.com/cucumber/language-service/actions/workflows/test-javascript.yml/badge.svg\" alt=\"test-javascript-package\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/cucumber/language-service/actions/workflows/release-github.yml\"\u003e\n    \u003cimg src=\"https://github.com/cucumber/language-service/actions/workflows/release-github.yml/badge.svg\" alt=\"release-package-github\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://opencollective.com/cucumber\"\u003e\n    \u003cimg src=\"https://opencollective.com/cucumber/backers/badge.svg\" alt=\"backers\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://opencollective.com/cucumber\"\u003e\n    \u003cimg src=\"https://opencollective.com/cucumber/sponsors/badge.svg\" alt=\"sponsors\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- ⌨️ Autocomplete steps\n- 📍 Go to step definition\n- 🪄 Generate step definition\n- 💄 Syntax highlighting\n- ✅ Syntax validation (underline undefined steps)\n- ✨ Formatting\n- 🌎 Gherkin localisation\n- 📖 Language support\n  - C#\n  - Go\n  - Java\n  - JavaScript\n  - PHP\n  - Python\n  - Ruby\n  - Rust\n  - TypeScript\n  - TypeScript JSX (TSX)\n- 🗂 Document symbols (Display document outline tree)\n\n## Install\n\nCucumber Language Service is [available on npm](https://www.npmjs.com/package/@cucumber/language-service):\n\n```console\nnpm install @cucumber/language-service\n```\n\n## Support\n\nSupport is [available from the community](https://cucumber.io/tools/cucumber-open/support/) if you need it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Flanguage-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcucumber%2Flanguage-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Flanguage-service/lists"}