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

Make large numbers in tooltip easier to read #78

Open
JustinPealing opened this issue Aug 5, 2018 · 0 comments
Open

Make large numbers in tooltip easier to read #78

JustinPealing opened this issue Aug 5, 2018 · 0 comments

Comments

@JustinPealing
Copy link
Owner

See microsoft/azuredatastudio#2140

Large numbers on the tooltip are often very difficult to read. There are no commas used in the numbers, so it's difficult to tell 501 million from 5 million, for example. Also, sometimes scientific notation is used for very small numbers that is difficult for a human to read. (This problem also exists in SSMS.) Using commas in large numbers and avoiding scientific notation for small numbers (even at the expense of precision) would improve this quite a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant