
What is the name of this and how do I customize the colour?
In this screen shot, as I move the cursor around (the cursor is currently on line 75 on the word show_help) the "return" on line 76 appears as a suggestion.
While I do find it useful, I want to change its colour so it is more obvious that it is not really there.
First, does anybody know the official name of that feature?
There appears to be several "suggestion/completion" mechanism. Notice that this is the one that displays a little "tab stop" icon next to the line number.
Second, I want to know the name of the colour identifier I can use in settings.json.
I have already tried:
workbench.colorCustomizations": {
"editorGhostText.foreground": "#FF0000",
"editorSuggestWidget.foreground": "#FF0000",
"editorSuggestWidget.inlineForeground": "#FF0000",
"editor.inlineCompletion.foreground": "#FF0000",
...and others I forgot...
}
I am running VSCode 1.116 on Arch Linux (btw).