I want to disable the capability of Visual Studio Code to display code definition, without affecting hover compiler messages.
According to this post: How to remove popup window showing function definition in VSCode I should disable "editor.parameterHints.enabled".
But after disabling it, the definition is still showing:
How do I disable it properly?