Scriptis icon indicating copy to clipboard operation
Scriptis copied to clipboard

代码补全失效

Open liuc601 opened this issue 4 years ago • 4 comments

代码补全失效,打日志的时候,provideCompletionItems函数有被触发,但是返回数据后,并没有触发代码补全的提示。想问下有哪些情况是导致代码提示无法显示

liuc601 avatar May 14 '20 04:05 liuc601

Hello, can you help mention this issue to dss, dss will fix it。https://github.com/WeBankFinTech/DataSphereStudio

peacewong avatar Jun 17 '20 13:06 peacewong

您好,您能帮忙向dss提及此问题吗,dss会解决此问题。https://github.com/WeBankFinTech/DataSphereStudio

已解决,是因为触发的时候,返回的格式不对,正确的返回格式如下 { suggestions: [{...}] }

liuc601 avatar Jul 24 '20 03:07 liuc601

您好,您能帮忙向dss提及此问题吗,dss会解决此问题。https://github.com/WeBankFinTech/DataSphereStudio

已解决,是因为触发的时候,返回的格式不对,正确的返回格式如下 { suggestions: [{...}] }

请问自动补全的快捷键是什么,我这边不知道为什么都触发不了?是否能帮忙解答一下,非常感谢。

progr1mmer avatar Aug 31 '20 09:08 progr1mmer