# language-service **Repository Path**: mirrors_cucumber/language-service ## Basic Information - **Project Name**: language-service - **Description**: Cucumber Language Service - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Cucumber language services used by Cucumber Language Server and Cucumber Monaco
## Features - ⌨️ Autocomplete steps - 📍 Go to step definition - 🪄 Generate step definition - 💄 Syntax highlighting - ✅ Syntax validation (underline undefined steps) - ✨ Formatting - 🌎 Gherkin localisation - 📖 Language support - C# - Go - Java - JavaScript - PHP - Python - Ruby - Rust - Scala - TypeScript - TypeScript JSX (TSX) - 🗂 Document symbols (Display document outline tree) ## Install Cucumber Language Service is [available on npm](https://www.npmjs.com/package/@cucumber/language-service): ```console npm install @cucumber/language-service ``` ## Support Support is [available from the community](https://cucumber.io/tools/cucumber-open/support/) if you need it.