Add something like JSDoc to method header and show on hovering over method usage
        
      
      
          In other development environments I can often hover over a method usage and see some documentation for the method - e.g. a description of what it does, what it returns, what parameter it takes and the meaning of those parameters.
 
E.g. JSDoc http...