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

Intellisense is too slow when using interactive window and notebook due to jupyter taking a long time to return kernel results. #2463

Closed
greazer opened this issue Jan 9, 2020 · 4 comments
Assignees

Comments

@greazer
Copy link
Member

greazer commented Jan 9, 2020

No description provided.

@jmew
Copy link
Contributor

jmew commented Jan 9, 2020

Note: Make sure there is no way for us to update the intellisense dynamically

@DonJayamanne DonJayamanne self-assigned this Jan 21, 2020
@IanMatthewHuff IanMatthewHuff self-assigned this Jan 28, 2020
@IanMatthewHuff
Copy link
Member

@DonJayamanne Looks like this is not merged yet? Moving back to review. Just ping me if I'm wrong on this.

@IanMatthewHuff IanMatthewHuff removed their assignment Jan 28, 2020
@rchiodo
Copy link
Contributor

rchiodo commented Feb 3, 2020

This doesn't seem to be working.

Do the following:

# %%
import time
import sys

# %% 
time.sleep(10)

Then try typing 'sys.' in the interactive window. No intellisense comes up.

@rchiodo
Copy link
Contributor

rchiodo commented Feb 3, 2020

Okay now it suddenly started working. Not sure what's going on. Also seems to skip jupyter intellisense if it's taking too long. Tried with a large dataframe and couldn't get the column names.

@rchiodo rchiodo closed this as completed Feb 3, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Feb 10, 2020
@microsoft microsoft unlocked this conversation Nov 13, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 13, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants