'Visual Studio Code - How to enable setting/feature/extension to show a preview of the signature when the cursor position is on the closing brace?

I want a way (similar to how Visual Studio or Atlassian products work e.g. Rubymine, Intellij) to get a pop-up preview of the method signature when I put the cursor before or after a closing brace. I know that ctrl+shift+\ moves the cursor to the opening brace, but a preview is much more efficient for me.

Example:

  public showThisSignature() {
    //
    // ....too much code to fit on the screen
    //
  }<--cursor here, then show a preview of the method signature

From Visual Studio:

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source