-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Tokens no longer right-aligned #3785
Comments
This was changed because the new way of rendering text layer broke the right alignment, and not aligning was simpler. Do you think the new layout is very bad or just not as good as the old one? |
I think it is certainly not as good as the old one. It takes more effort to see what kind of objects are in the list. In our case, we have a lot of functions and variables with a highly variable length. Also, it seems like there is a lot more whitespace in the completion window as opposed to the right-aligned version. |
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
Fixed by #5204 |
Affected version: V1.4.1
pull-3623 and pull-3730 seem to have caused (on purpose I guess?) the tokens for each entry in the auto-complete list to no longer be right-aligned.
Is there any reason for this? Right-aligned made it a lot clearer.
The text was updated successfully, but these errors were encountered: