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

Add setting to control hover position #127609

Merged
merged 1 commit into from Oct 27, 2021
Merged

Conversation

Timmmm
Copy link
Contributor

@Timmmm Timmmm commented Jun 30, 2021

This adds a hover setting to control whether the user wants hovers to appear above or below the relevant line, if there's space.

Tested manually, including when the hover is near the bottom of the editor and this option is enabled.

This PR fixes #78560

This adds a hover setting to control whether the user wants hovers to appear above or below the relevant line, if there's space.

Fixes microsoft#78560
@Timmmm
Copy link
Contributor Author

Timmmm commented Sep 13, 2021

Any chance of a review of this before it gets conflicted to death?

@steinhh
Copy link

steinhh commented Oct 27, 2021

This is almost certainly not the right place for this comment, but sorry: It seems like an incredibly small and simple change to review and merge! And it seems like such a no-brainer... most (99%+) programmers write their code starting at the top with the first line, not at the bottom with the last line... so covering up stuff you've just written, above where you're currently writing, seems like the wrong thing (to 99%+ of users).

@alexdima
Copy link
Member

You're right and I'm sorry for being so slow looking at this.

@Timmmm thank you for the high quality contribution and apologies for being unresponsive.

@alexdima alexdima merged commit 426f82c into microsoft:main Oct 27, 2021
@alexdima alexdima added this to the October 2021 milestone Oct 27, 2021
@Timmmm
Copy link
Contributor Author

Timmmm commented Oct 27, 2021

No worries - thanks for merging it! :-)

@github-actions github-actions bot locked and limited conversation to collaborators Dec 11, 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

Successfully merging this pull request may close these issues.

editor.Hover message box Position
3 participants