Closed
Description
Currently, when auto-completing, the LSP shows a lot of irrelevant symbols related to the current scope (especially local variables from other function).
Task: figure out if we can use the tree-sitter AST to improve the symbol completion.
Also see #190 (comment)