-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Increase font size of IntelliSense #2465
Comments
If this is not configurable currently it should be, perhaps scaling with |
Good point. Intellisense should pick up |
Is there an ETA on when this might be implemented @joaomoreno? Sometimes I find it difficult to read clearly. I had a similar question as well: #3795 |
Let's do it in April |
Awesome! Feel free to close my issue #3795 if you want to. |
Had to revert this, since it needs a bit more layout work. Pushing to May, sorry! |
@joaomoreno @egamma I am not sure what happened, but this most recent release has had some odd issues with my IntelliSense,etc. The dropdown has some issues with the icon (I dont think i am zoomed into the editor - there is no way to tell): I also have an issue with the tooltip now, i am assuming it scales with fontSize?, it is VERY big now: My user settings are below:
|
I'm keen to help with implementing a fix for this "bug" (more of a feature IMHO ;-). It would be great if we could nail down requirements for this. My suggestion, based on looking at this ticket's history and some of the linked ones, would be:
I think this should satisfy most people, and not introduce extra granular settings unless someone specifically wants them. |
@WayneKoorts I would think this would be a necessity considering they pushed "Accessibility", which this clearly is. Also, I feel it would be easier (and suite more people) if we could control the font Size of the tooltips/IntelliSense separate from the font size / line-height of the editor. What do you think @joaomoreno? |
I believe we're gonna keep both font sizes linked. Either |
@joaomoreno Why do you want to keep both linked? The only reason I can think of would be due to giving the user too many options to have to consider, but my suggestion of keeping them linked by default and having an override solves that. |
The workaround is to change the zoom of the whole editor and than adjust the fontSize to fit. I've been doing that for a while and it works pretty well if you don't mind a slightly rescaled editor. |
The Intellisense font size now scales with the editor's. All we need now is a setting to overwrite this. |
Added |
@joaomoreno What about signature help/parameter hints, hover info, error/linting info on hover etc. |
Didn't get time to go through them one by one, unfortunately. |
@joaomoreno Is there an open ticket to make this work for help/parameter hints, hover info, error/linting info on hover etc? |
how to Increase font size of IntelliSense in visual studio code editor?
The text was updated successfully, but these errors were encountered: