Details
Description
When triggering auto-completion with "CTRL+.", the angular app correctly sends the code e.g.
"%pyspark\nimport sys\nsys."
to trigger completion on "sys". The websocket receives an empty completion list. Looking around a bit, I think that the getCompletion() of the PySparkCompletion class might never be called.