Skip to content

cucumber/monaco

Folders and files

NameName
Last commit message
Last commit date
Mar 11, 2025
Jun 1, 2024
Jun 1, 2024
Oct 12, 2021
Mar 18, 2024
Mar 21, 2024
Oct 13, 2021
Oct 12, 2021
Oct 12, 2021
Jun 1, 2024
Aug 27, 2021
May 25, 2022
Nov 2, 2021
Mar 25, 2025
Oct 12, 2021
Mar 25, 2025
Oct 12, 2021
Oct 12, 2021
Oct 12, 2021
Oct 12, 2021
May 25, 2022

Repository files navigation

test-javascript

Cucumber Monaco

This library configures a monaco editor to use @cucumber/language-service

The editor can be embedded on web pages and offers similar functionality to the VSCode Cucumber Extension

The library ships with support for React as well as vanilla JavaScript. See the try source code for details.

Live demo.

Usage

The library can be used with vanilla DOM as well as React. See try/index.tsx (the source for the live demo) for details.

Local demo

Build everything and serve the contents of docs:

npm install
npm run webpack
npx http-server -c-1 docs

Open http://127.0.0.1:8080/