I am coding in PHP in Vscode 1.56.2 which I believe is the latest update and when I hover over, say, the word 'Class' I get a pop-up explaining what a class is. From the Vscode website I am advised to disable this behaviour by going to settings and set
"editor.parameterHints": false,
but in my settings I have:
"editor.parameterHints.enabled": false,
and it is not disabling the popups. I have tried deleting the '.enabled' but it seems to make no difference. Can anyone give me the solution?