Is it possible to change the width of the search bar in VSCode? I.e. the typical dropdown selection menu opening when using 'Go to file...' (workbench.action.quickOpen) or switching recent files (workbench.action.openNextRecentlyUsedEditorInGroup).
My current motivation for this is to be able to fully see long file names which are truncated.
Click on Preferences , Settings , scroll down to Editor: Font Size , and change it from the default of 12 to 14 or 16 .
Help -> Toggle Developer Tools -> Console Tab. Type: window. resizeTo(1900, 1060); Press Enter.
Unfortunately VSCode doesn't have configuration for this property but it is planned.
There is a small workaround for this if you don't have time to wait.
"customizeUI.stylesheet": { ".quick-input-widget": "width: 1000px !important; left: calc(50% - 200px);" }
in settings.jsonsource from https://github.com/microsoft/vscode/issues/85374#issuecomment-629982777
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With