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

Increase font size of IntelliSense #2465

Closed
rolandbrake opened this issue Jan 27, 2016 · 20 comments
Closed

Increase font size of IntelliSense #2465

rolandbrake opened this issue Jan 27, 2016 · 20 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug suggest IntelliSense, Auto Complete verified Verification succeeded
Milestone

Comments

@rolandbrake
Copy link

how to Increase font size of IntelliSense in visual studio code editor?

@Tyriar
Copy link
Member

Tyriar commented Jan 27, 2016

If this is not configurable currently it should be, perhaps scaling with editor.fontSize?

@joaomoreno joaomoreno added the bug Issue identified by VS Code Team member as probable bug label Jan 28, 2016
@joaomoreno joaomoreno added this to the Backlog milestone Jan 28, 2016
@joaomoreno
Copy link
Member

Good point. Intellisense should pick up editor.fontSize and editor.lineHeight.

@HunterMitchell
Copy link

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

@joaomoreno joaomoreno modified the milestones: April 2016, Backlog Apr 20, 2016
@joaomoreno
Copy link
Member

Let's do it in April

@HunterMitchell
Copy link

Awesome! Feel free to close my issue #3795 if you want to.

@joaomoreno
Copy link
Member

Had to revert this, since it needs a bit more layout work. Pushing to May, sorry!

@egamma egamma mentioned this issue May 4, 2016
87 tasks
@joaomoreno joaomoreno modified the milestones: June 2016, May 2016 May 25, 2016
@joaomoreno joaomoreno added debt Code quality issues and removed debt Code quality issues labels May 25, 2016
@HunterMitchell
Copy link

HunterMitchell commented Jun 7, 2016

@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):
image

I also have an issue with the tooltip now, i am assuming it scales with fontSize?, it is VERY big now:
image

My user settings are below:

{
    "editor.fontSize": 15,
    "editor.roundedSelection": false,
    "editor.wrappingIndent": "indent",
    "editor.tabSize": 4,
    "editor.insertSpaces": false,
    "editor.detectIndentation": true
}

@joaomoreno
Copy link
Member

@FEARCODE #7300

@WayneKoorts
Copy link

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:

  • By default, suggestion and parameter hints inherit editor fontSize and lineHeight.
  • If suggest.fontFamily exists, override suggest fontFamily with that value, same for lineHeight.
  • Same set of overridable values for parameterHints.

I think this should satisfy most people, and not introduce extra granular settings unless someone specifically wants them.

@HunterMitchell
Copy link

HunterMitchell commented Jun 17, 2016

@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?

@joaomoreno
Copy link
Member

I believe we're gonna keep both font sizes linked. Either 1:1 or some other proportional ratio that pleases the eye. 👀

@WayneKoorts
Copy link

@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.

@niieani
Copy link

niieani commented Jun 27, 2016

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.

@joaomoreno
Copy link
Member

The Intellisense font size now scales with the editor's. All we need now is a setting to overwrite this.

@joaomoreno joaomoreno added the suggest IntelliSense, Auto Complete label Oct 4, 2016
@joaomoreno
Copy link
Member

Added suggestFontSize and suggestLineHeight.

@ramya-rao-a
Copy link
Contributor

@joaomoreno What about signature help/parameter hints, hover info, error/linting info on hover etc.
Any plans for them?

@ramya-rao-a ramya-rao-a added the verified Verification succeeded label Oct 26, 2016
@joaomoreno
Copy link
Member

Didn't get time to go through them one by one, unfortunately.

@maxhoffmann
Copy link

@joaomoreno Is there an open ticket to make this work for help/parameter hints, hover info, error/linting info on hover etc?

@joaomoreno
Copy link
Member

#13480

@joaomoreno joaomoreno reopened this Jan 3, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug suggest IntelliSense, Auto Complete verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

8 participants