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

Control font size in suggest, hover, parameter hints widgets #13480

Closed
OshotOkill opened this issue Oct 11, 2016 · 7 comments
Closed

Control font size in suggest, hover, parameter hints widgets #13480

OshotOkill opened this issue Oct 11, 2016 · 7 comments
Assignees
Labels
feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities *out-of-scope Posted issue is not in scope of VS Code suggest IntelliSense, Auto Complete
Milestone

Comments

@OshotOkill
Copy link

OshotOkill commented Oct 11, 2016

  • VSCode Version: 1.6.0
  • OS Version: Windows 10 14393.222

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:

1

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.

@joaomoreno
Copy link
Member

It isn't released in 1.5, but the insiders release has a editor.suggestFontSize setting which lets you control this. We might want to make this setting more general, to make it work for other widgets, so let's keep this issue open to fix that.

@joaomoreno joaomoreno added this to the October 2016 milestone Oct 11, 2016
@joaomoreno joaomoreno added the bug Issue identified by VS Code Team member as probable bug label Oct 11, 2016
@joaomoreno joaomoreno changed the title [Bug ?/ Feature Request] Weird font size in Intellisense/Snippets dropdowns Control font size in suggest, hover, parameter hints widgets Oct 11, 2016
@joaomoreno joaomoreno added the suggest IntelliSense, Auto Complete label Oct 11, 2016
@anatsegev
Copy link

We also prefer the old appearance of the suggest widget.

  1. We prefer the type label to be left aligned as before and blue.
  2. The font size is too big.
  3. We set lineHeight to 16 in monaco.editor.create options. We need it for the editor , but with this setting the line height of each suggestion is too small. (not enough padding).

This is how the new suggest widget looks like in our project with the Monaco editor version 0.7.0:

image

After overriding some css we get to this:

image

@ghost
Copy link

ghost commented Jan 20, 2017

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.

@vittorioromeo
Copy link

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.

@ciel
Copy link

ciel commented Aug 22, 2017

It would also be great if we could adjust the wrapping, and widget width. I'm so tired of this happening ...
2017-08-21-19-34-001

I prefer the code to be pretty large font, but I'd really appreciate being able to tool all of these pop-ups with thinner fonts, and better layout control overall.

@joaomoreno joaomoreno added the help wanted Issues identified as good community contribution opportunities label Nov 23, 2017
@octref octref added *out-of-scope Posted issue is not in scope of VS Code feature-request Request for new features or functionality and removed bug Issue identified by VS Code Team member as probable bug labels Oct 25, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 25, 2019

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!

@vscodebot vscodebot bot closed this as completed Oct 25, 2019
@octref
Copy link
Contributor

octref commented Oct 25, 2019

Suggest widget is already very different today. Please open new feature requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities *out-of-scope Posted issue is not in scope of VS Code suggest IntelliSense, Auto Complete
Projects
None yet
Development

No branches or pull requests

6 participants