reqable / re-editor

Re-Editor is a powerful lightweight text and code editor widget.
https://pub.dev/packages/re_editor
MIT License
527 stars 51 forks source link

自动完成 #31

Closed 1694439208 closed 3 months ago

1694439208 commented 3 months ago

自动完成viewBuilder改成了异步,可以由Lsp控制开启是否逐字符通知方便对接lsp之类的协议 增加了lsp参数 CodeAutocompleteEditingValue增加了selection字段

MegatronKing commented 3 months ago

你好,感谢提交PR。但是请注意不要格式化代码,不方便review改动。还原下格式化的部分,然后重新提交下吧。

1694439208 commented 3 months ago

可能是编辑器不一样把,vscode保存就根据代码自动格式化,,超出【editor.rulers】就换行,尾部【,】也会换行,看大佬你代码没使用格式化,不好合并就先这样吧