Home > Net >  In vscode, font size of code completion is too small
In vscode, font size of code completion is too small

Time:04-20

I reinstall my vscode, and delete all settings in setting.json, but don't work.

enter image description here

CodePudding user response:

In settings.json play around with below value to change the fontsize.

"editor.suggestFontSize": 16
  • Related