uiwjs / react-codemirror

CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/
https://uiwjs.github.io/react-codemirror/
MIT License
1.69k stars 134 forks source link

"Is there a way to access variables through code completion prompts using a period?" #605

Open ilysusu opened 1 year ago

ilysusu commented 1 year ago

Snipaste_2023-11-13_10-00-27 当输入.的时候,有这个节点下对应字段的提示 该怎么做 When entering ".", how to prompt the corresponding field under this node?

jaywcjlove commented 1 year ago

https://codemirror.net/examples/autocompletion/

Refer to the official example @ilysusu