WeBankFinTech / Scriptis

Scriptis is for interactive data analysis with script development(SQL, Pyspark, HiveQL), task submission(Spark, Hive), UDF, function, resource management and intelligent diagnosis.
Apache License 2.0
807 stars 266 forks source link

代码补全失效 #50

Open liuc601 opened 4 years ago

liuc601 commented 4 years ago

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

peacewong commented 4 years ago

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

liuc601 commented 4 years ago

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

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

progr1mmer commented 4 years ago

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

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

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