'How do I remove inline parameter hints in VSCode?
Solution 1:[1]
You can disable this new default setting by putting this option in your settings.json
file:
"editor.inlayHints.enabled": false
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Saad |