We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment
Steps to Reproduce 1.Create a Python Application. 2.Type import (more steps from this documentation: https://learn.microsoft.com/en-us/visualstudio/python/editing-python-code-in-visual-studio?view=vs-2022)
import
Expected behavior As you type, your completion list should open and prompt for your input accordingly.
Actual behavior Nothing came up and Error List doesn't show errors or warning
Additional context and screenshots
The text was updated successfully, but these errors were encountered:
I don't find a way to repro this. How often does this happen? Did you wait until the pylance server starts?
Sorry, something went wrong.
On this build: 17.9.0 Preview 2.0 [34314.196.main], I have waited for a long time, but it doesn't have any Intellisense
17.9.0 Preview 2.0 [34314.196.main]
On today's latest build: 17.9.0 Preview 2.0 [34315.153.main], I can't repro this issue, Intellisense works well
17.9.0 Preview 2.0 [34315.153.main]
closing as it doesn't repro on the latest build.
No branches or pull requests
Environment
Steps to Reproduce
1.Create a Python Application.
2.Type
import
(more steps from this documentation: https://learn.microsoft.com/en-us/visualstudio/python/editing-python-code-in-visual-studio?view=vs-2022)
Expected behavior
As you type, your completion list should open and prompt for your input accordingly.
Actual behavior
Nothing came up and Error List doesn't show errors or warning
Additional context and screenshots
The text was updated successfully, but these errors were encountered: