-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scala intellisense in Scala paragraphs + general latency issues #12
Comments
Hi, @zzhu8192
From my end, the Scala intellisense looks just fine, I tried some example code:
I did notice the same 5 seconds delay from my end. In short, the extension is built upon Zeppelin REST API. The delay is not caused by extension, It is the server side that blocks the request when calling paragraph execution asynchronously. |
Thanks for the response @allen-li1231 ! In terms of the scala intellisense, here's a screenshot of what I'm seeing. |
Confirmed the discrepancy. I will look into that, by far I cannot tell whether the extension is responsible for this, it is possible that the language server simply does not work with codes in cell, thanks for the screenshot! |
It seems that metals support for notebook has bee halted, related PR: scalameta/metals#4253 |
Really fantastic project! There's not a whole lot of support for Zeppelin out there these days, so it's really great to see someone working on this
A couple of things I'm seeing:
For Scala based paragraphs, even when I select "Scala" as the Language at the lower right, intellisense doesn't seem to work. Not sure if that's the intent? (I do have Metals installed, and on Scala projects, intellisense does work). This works for Python based paragraphs, which is really nice.
In general, the response gets back to VSCode on the average about 5 seconds after running the paragraph. I can see that on the Zeppelin server side, the result was rendered in well under 1 second. Why is there such a long delay? I'm running zeppelin locally so there's little to no network latency at all.
The text was updated successfully, but these errors were encountered: