react-codemirror
react-codemirror copied to clipboard
Why does custom completion cause mysql keyword prompts to not take effect?
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 completion prompt
This is a Mysql keyword tip
Expected a "select" prompt to appear, but it didn't
This my code
This my package
- https://codemirror.net/examples/autocompletion/
- https://github.com/codemirror/lang-sql/blob/main/src/sql.ts
You can refer to the official examples and source code
OK