Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3090
@oxygen311 This is what I concern about the behavior consistency. Let's
assume user use PySpark (ipython is disabled). User may find code completion
works pretty well in p1, but works badly in p2 because LSP only works in
paragraph level.
BTW, it is weird to me that LSP don't support concept of session. That
would mean If I am writing a long code (1000 lines of code), I need to send all
these code to LSP for code completion each time, this seems very inefficient.
But I may be wrong. I am so familiar with LSP. Just want to confirm whether
there's more efficient way to use LSP
---