Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellicode not showing suggestion #180

Closed
babul7154 opened this issue Mar 31, 2020 · 6 comments
Closed

Intellicode not showing suggestion #180

babul7154 opened this issue Mar 31, 2020 · 6 comments

Comments

@babul7154
Copy link

Product and Version [VS/VSCode]:1.43.2
OS Version [macOS/Windows]:window 10 x64(1909)
IntelliCode Extension Version: 1.2.6
Target Platform or Language [e.g. Node.js]:Python 3.7.3 64 bit

Steps to Reproduce / Scenario:

1.import numpy as np
2.x=x = np.array([1, 2, 3])
please goto to this link for more info
microsoft/python-language-server#1976

@catycaldwell
Copy link
Contributor

Hi @babul7154, thank you for providing this feedback. I'm one of the Program Managers on IntelliCode and currently investigating your issue. Could you let me know which Python Language Server is active?

You can find the active Python Language Server by heading to Settings (the gear in bottom left of Visual Studio Code).

image

@babul7154
Copy link
Author

I am using Microsoft Python language server.
language server
python

@MikhailArkhipov
Copy link

@babul7154 - have you tried new Pylance language server? https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance.

@Brycebywang
Copy link

@babul7154 - have you tried new Pylance language server? https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance.

I have used Pylance, but I have the same error like above

@MikhailArkhipov
Copy link

MikhailArkhipov commented Sep 28, 2020

@babul7154 - if you are not getting completions with Pylance, then there won't be any IntelliCode suggestions. IntelliCode is not a completion engine, it works over Pylance or Microsoft server completions. I would suggest filing issue with Pylance at https://github.com/microsoft/pylance-release. Most probably it is microsoft/pylance-release#150

This does not seem to be IntelliCode issue, but rather the underlying language server issue.

@ayim
Copy link
Collaborator

ayim commented Feb 16, 2022

Going to close this for now, since Microsoft and Jedi language servers are deprecated.
Customers are welcome to re-open if they're continuing to experience with Pylance

@ayim ayim closed this as completed Feb 16, 2022
learn-build-service-prod bot pushed a commit that referenced this issue Jun 6, 2023
…green-images

Add intellicode vsgreen GIF images.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants