lsp-python-ms
lsp-python-ms copied to clipboard
Wrong completion after instantiating a class
Hello,
I am using this server with doom emacs and everything is ok except for one issue. When I instantiate class, let's say store it in variable X
, then try to run a class specific method with like X.
, I got autocompletion for wrong methods and attribute! Additionally, if I typed the method manually I got no docs when press K.
Is that an expeced behaviour?