Tip: for slightly transparent suggestions/completions in VSCod(e/ium):
Ctrl + Shift + P → Preferences: Open Settings (UI) → Workbench → Appearance → Color Customizations → Edit in settings.json
Add:
"editorHoverWidget.background": "#11111199", "editorSuggestWidget.background": "#11111199"
Now you should be able to see surrounding code when suggestions/completions pop up.
@aral nice one, thanks!
@aral sweet, thanks