scniro / react-codemirror2

Codemirror integrated components for React
MIT License
1.66k stars 193 forks source link

Using SQL hint addon #160

Closed michaelmior closed 4 years ago

michaelmior commented 4 years ago

With react-codemirror, I could import codemirror/addon/hint/sql-hint and have editor.hint.sql defined on a CodeMirror instance. This doesn't work with react-codemirror2. Any idea why? (Seems to be related to #116)

scniro commented 4 years ago

@michaelmior I am a lot shorter on time these days as when I started this project. Codemirror & React APIs are moving to quickly for me to keep atop of for the day-to-day. I am looking for a co-maintainer of this project. Please contact me directly if you are interested. Thank you for understanding.

michaelmior commented 4 years ago

@scniro Totally understand :) I've moved away from CodeMirror to Prism as I didn't need something so heavyweight so I wouldn't be the best person to help unfortunately.