-
Notifications
You must be signed in to change notification settings - Fork 300
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 popup in the middle of nowhere. #2870
Comments
Closing in favor of https://github.com/microsoft/vscode-python/issues/8009 |
Actually this is different than the other bug. This is intellisense when you are off screen. The fix for this is likely to scroll the editor into view. |
This should be fixed now with the scroll when typing bug, although probably not 100% as we still have a scrolling problem with intellisense. |
Validated |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Intellisense popup in the middle of nowhere.
![Intelli](https://user-images.githubusercontent.com/812783/67045775-cc756980-f0e3-11e9-907a-4ecc7de02a48.PNG)
![Intelli2](https://user-images.githubusercontent.com/812783/67045925-15c5b900-f0e4-11e9-8b96-74acc3b9587f.PNG)
Seems like this might be related to microsoft/vscode-python#8061 or at least that is a good way to repro it.
Repro:
Basically just get cursor into edit mode. Scroll offscreen and type.
The text was updated successfully, but these errors were encountered: