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.
The library can be used with vanilla DOM as well as React. See try/index.tsx (the source for the live demo) for details.
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/