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 can I set VSCode to either:
- have a fixed width that I can set to be large
- automatically expand to fit the intellisense options (preferable)
I happen to have written the extension so if needed I can update it if that is required.