react-codemirror
react-codemirror copied to clipboard
CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/
The tooltip appears very far to the right from the current position of the cursor:  The surrounding element does not have any transformations. I would like to have the...
Say there's a button on the page I can click which highlights the 4th line in the code editor to red. How do we configure this? And how would we...
I get the following error when I test a component with codemirror: ``` Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multiple instances of @codemirror/state...
我需要获取光标在编辑器中的位置,做一个文本插入的功能,需要怎么做
Steps to reproduce: 1. Open the search panel (`Ctrl+F`) 2. Type any search query 3. Make any change to the document 4. The search panel disappears 5. Opening the search...
 当输入.的时候,有这个节点下对应字段的提示 该怎么做 When entering ".", how to prompt the corresponding field under this node?
Hi, I am facing an issue about performance. When i type quickly i have to wait about 200ms to 500ms for the editor to render my expressions. I have checked...
Hi! When I clone the project and run the 'npm install' command I found that there exists dependency error It looks like there are missing dependencies  So when i...
Hello, when I customized auto-completion, the original mysql keyword prompts were gone. I hope that the auto-completion can merge rather than overwrite the original prompts. ## This is a custom...
Have this issue when passing ```css()``` extension for CodeMirror from here : https://www.npmjs.com/package/@codemirror/lang-css. This issue is not happening when downgrading to ```@uiw/react-codemirror 4.8.1```. I also need ```@uiw/codemirror-themes``` package and it...