Textcomplete editor for CodeMirror
npm install @textcomplete/codemirrorTextcomplete editor for CodeMirror. (Experimental)

Check the live demo here.
``bash`
npm install --save @textcomplete/core @textcomplete/codemirror codemirror
`js
const { Textcomplete } = require("@textcomplete/core")
const { CodeMirrorEditor } = require("@textcomplete/codemirror")
const CodeMirror = require("codemirror")
const cm = CodeMirror(myElement)
const editor = new CodeMirrorEditor(cm)
const textcomplete = new Textcomplete(editor, strategies, option)
``
Read the document.
© Yuku Takahashi - This software is licensed under the MIT license.