twinkle
twinkle
> const completionService: CompletionService = function ( model, position, completionContext, suggestions, // 语法推荐信息 entities // 当前编辑器文本的语法上下文中出现的表名、字段名等 ) Can alias information be added to the `entities` attribute?
@Cythia828 Thank you for your reply, this is really good news, and I look forward to the new features. Can you roughly tell me when the new features will be...
> 你好,感谢你的关注和使用。 关于别名作为实体收集这一功能预计会在未来半年内落地,目前正在向这个结果前进。如果你这边也在做这件事或者有其他好的idea,欢迎随时向我们提PR,也欢迎动手加入我们~~~ I understand. I hope `monaco-sql-languages` can add this feature soon, as it is really important for developers. Also, I noticed that `monaco-sql-languages` (or `dt-sql-parser`) only has built-in...
> 另外,我们的`monaco-sql-languages`是有函数关键字的哦,可以查看languages文件夹下对应SQL的`builtinFunctions`配置,能够发现函数关键字也是有被罗列的哦~~~ I have a question: the auto-complete of` monaco-sql-languages` seems to be incomplete. The keywords in const { keywords, syntax } = suggestions; contain **only keywords and not functions**....
> 你好。 关于你提的函数自动补全不全的问题,我们将使用频率较高的关键词/函数名等留在了`dt-sql-parser`内部,可作为自动补全项提示,如果目前自动补全的函数名无法满足你的需求,你可以调用`setupLanguageFeatures`去注入你自定义的补全项内容,自定义函数名也可完成自动补全,详细使用可以查看文档。 感谢。`setupLanguageFeatures`的用法倒是没什么问题,就是好奇`monaco-sql-languages`已经内置了[builtinFunctions](https://github.com/DTStack/monaco-sql-languages/blob/a8f6ea8c23f1c00264694d3347a9312cfb9ebce4/src/languages/mysql/mysql.ts#L345)但是在提示的时候只有关键字却没有函数 {{ (>_
> 貌似设计就是如此的 虽然 lobeui 继承自 antd 的 token 机制,但是 theme={{ token: { colorPrimary: '#1677ff' } }} 的修改方式不生效,并且仅能通过customTheme={{ primaryColor: 'blue' }}修改为 lobe 场景下的预设主题,灵活性就大大降低了。
see https://github.com/ant-design/pro-components/discussions/8837
see https://github.com/ant-design/pro-components/discussions/8837
see https://github.com/ant-design/pro-components/discussions/8837
see https://github.com/ant-design/pro-components/discussions/8837