react-codemirror
react-codemirror copied to clipboard
How to integrate codemirror-formatting plugin with react
Hi, I want to use the following plugin with react codemirror
https://github.com/artf/codemirror-formatting demo: https://codemirror.net/2/demo/formatting.html
How to make the 'autoFormatRange' function available in CodeMirror instance
Thanks