-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
Tab expansion working poorly in VS Code #3400
Comments
Its the same with other combinations |
What does VSCode use for completion here? Guess it's not dynamic. |
I've tried to set the Log Level for pylance to and inspect the logs. But don't see any errors. See the pylance logs below. |
But we are not alone microsoft/pylance-release#844. But for example Streamlit just works. |
Pylance is built on top of |
I tried creating a new project and virtual environment. Everything fresh. Same problem. |
But I can confirm the problematic import seems to be But if I remove it, it works. Also for remove-param.mp4 |
Why do we need I don't think we need to import the module in the |
I just tried in my dev env and it actually works for me. I'll try to confirm that later in a new env with a fresh panel version. |
Definitely more to improve on the editor experience but this specific issue is resolved by #3411 |
I'm on Panel 0.13.0. If I write from
panel.pane import
and pressCTRL+Space
or start typingMarkdown
I would expect VS Code to help me identify what is possible to import. It does not.no-intellisense.mp4
This is just an example of a general problem that makes it harder than it has to be to use Panel.
The text was updated successfully, but these errors were encountered: