psycoxer
psycoxer

Reputation: 151

vs Intellicode not working for python [ vs code extension]

I am trying to get vs intellicode up and running for python and there were no errors in installation.
However, I am not seeing any starred suggestions.
I did some research and found that ReSharper may cause the problem but I dont have resharper installed.
but when i checked the output of the python language server output, it read the following:

Current invocation parsing returned null, aborting IntelliCode recommendation!

I guess thats the problem.

Any solutions to get it up and running? Thanks, in advance.

Upvotes: 5

Views: 4845

Answers (1)

HSM
HSM

Reputation: 21

Had same problem with python in WSL. Try to disable the deeplearning model from the extension's settings.

See https://github.com/MicrosoftDocs/intellicode/issues/191#issuecomment-647699535

Upvotes: 1

Related Questions