-
Notifications
You must be signed in to change notification settings - Fork 30.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
Control font size in suggest, hover, parameter hints widgets #13480
Comments
It isn't released in 1.5, but the insiders release has a |
We also prefer the old appearance of the suggest widget.
This is how the new suggest widget looks like in our project with the Monaco editor version 0.7.0: After overriding some css we get to this: |
What about adjusting the maximum width for the widget? In most cases I can only see the first few characters in the name of the first parameter. I'd love to be able to see all of the parameters to a function. |
There also needs to be a way to control the font size of the documentation displayed when auto-completing, not only the list of items. And also the size of the documentation box. |
We closed this issue because we don't plan to address it in the foreseeable future. You can find more detailed information about our decision-making process here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding and happy coding! |
Suggest widget is already very different today. Please open new feature requests. |
I appreciate that 1.6 improves Hover & IntelliSense UI which makes hints become more readable. However the IntelliSense & Snippets dropdowns seem not as good as before, since the font-size grows quite large:
I have no idea whether the change was on purpose or not, shall we move this weird appearance back to normal ? Or maybe there could be a config option to adjust font-size in dropdowns.
The text was updated successfully, but these errors were encountered: