react-codemirror icon indicating copy to clipboard operation
react-codemirror copied to clipboard

CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/

Results 183 react-codemirror issues
Sort by recently updated
recently updated
newest added

The tooltip appears very far to the right from the current position of the cursor: ![image](https://github.com/uiwjs/react-codemirror/assets/24386790/308b07d4-5754-41ef-b6e9-db6785de7e81) 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...

![Snipaste_2023-11-13_10-00-27](https://github.com/uiwjs/react-codemirror/assets/76732034/d709cfbd-de05-487d-877d-b2c26caa9482) 当输入.的时候,有这个节点下对应字段的提示 该怎么做 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 ![image](https://github.com/uiwjs/react-codemirror/assets/53336017/757e8745-bea8-4e5a-9e34-19138fb26dbb) 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...