IntelliJ shows method parameter hints on usage - How to disable it
I would like to see inline parameter hints in VS Code (for golang) --as described in image of above referred post. Please suggest if this can be achieved with any extension / otherwise. I tried "IntelliJ IDEA Keybindings" extension but it dont seem to be supported yet.
Any help is highly appreciated. Thanks!
Refactoring
Linux, Windows macOS Feature Supported
f5 f5 Copy N/A
f6 f6 Move N/A
alt+delete cmd+delete Safe Delete N/A
shift+f6 shift+f6 Rename ✅
shift+f6 shift+f6 Rename (File) ✅
ctrl+f6 cmd+f6 Change Signature N/A
ctrl+alt+n cmd+alt+n Inline N/A
ctrl+alt+m cmd+alt+m Extract Method ✅
ctrl+alt+v cmd+alt+v Extract Variable ✅
ctrl+alt+f cmd+alt+f Extract Field N/A
ctrl+alt+c cmd+alt+c Extract Constant N/A
ctrl+alt+p cmd+alt+p Extract Parameter N/A