cucumber / monaco

Configure Monaco editor to use cucumber-language-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Configure Monaco editor to use cucumber-language-service

License:MIT License


Languages

Language:TypeScript 90.4%Language:JavaScript 9.6%