rapi-doc / RapiDoc

RapiDoc -WebComponent for OpenAPI Spec
https://rapidocweb.com
MIT License
1.61k stars 271 forks source link

[Feature Request] Use Monaco editor for Request Body #1010

Open douglasg14b opened 1 month ago

douglasg14b commented 1 month ago

The textarea could utilize the Monaco editor to provide syntax highlighting and "normal" text editor features for request JSON (or other languages).

Editor preview: https://microsoft.github.io/monaco-editor/

This would be a much improved user experience when writing requests both for syntax highlighting, code formatting, syntax errors, intellisense, and other "sugar" features that make the request body more pleasant to write.

image

vs

image

emericcolombe commented 1 month ago

Awesome idea !