How to make VSCode Intellisense window wider

前端 未结 2 988
旧时难觅i
旧时难觅i 2021-01-12 03:13

I have a VSCode extension that helps me autocomplete file paths, however many file paths grow long and are truncated in the VSCode intellisense popover window.

How

2条回答
  •  感情败类
    2021-01-12 03:20

    I don't think this is possible, VSCode generally gives extensions very little control over the built-in UI. See also the Restrictions section of the Extensions Capabilities Overview. Technically there is a way to hack around that, but I wouldn't necessarily recommend it.

    There are also a number of settings for the suggest widget, but none of them seems to correspond directly to width. The closest you can get would be reducing the font size with "editor.suggestFontSize".

提交回复
热议问题