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

Notebook editor intellisense for autocomplete in wrong location #2885

Closed
rchiodo opened this issue Oct 16, 2019 · 8 comments
Closed

Notebook editor intellisense for autocomplete in wrong location #2885

rchiodo opened this issue Oct 16, 2019 · 8 comments
Assignees

Comments

@rchiodo
Copy link
Contributor

rchiodo commented Oct 16, 2019

Create a cell
Run the cell
Start typing in the new cell created, intellisense will show up on top (instead of next to the code)

image

This is likely a problem with not updating the hover positions until mouse move. Should do this on typing too.

@rchiodo
Copy link
Contributor Author

rchiodo commented Oct 16, 2019

This is a regression from the previous release.

@DonJayamanne
Copy link
Contributor

Why not update on focus and not when typing.
Update on typing might be excessive

@rchiodo rchiodo self-assigned this Oct 16, 2019
@rchiodo
Copy link
Contributor Author

rchiodo commented Oct 16, 2019

I thought it was already updating on focus, but maybe not.

@rchiodo
Copy link
Contributor Author

rchiodo commented Oct 16, 2019

It was updating on focus but was being skipped if run too soon.

@DonJayamanne
Copy link
Contributor

Validated

@DonJayamanne
Copy link
Contributor

Reopening as @IanMatthewHuff can still replicate this, see #2870 for details.

@rchiodo
Copy link
Contributor Author

rchiodo commented Oct 17, 2019

#2870 is actually different. It's about intellisense when you type off screen. Doesn't seem as urgent to fix.

@rchiodo rchiodo closed this as completed Oct 17, 2019
@DonJayamanne
Copy link
Contributor

DonJayamanne commented Oct 17, 2019

t's about intellisense when you type off screen

Thanks for the clarification.

Probably need to bring editor into view when it has focus/or when typing.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 24, 2019
@microsoft microsoft unlocked this conversation Nov 14, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 14, 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

2 participants