David Corbin
David Corbin

Reputation: 524

Show method parameters/prototype in PhpStorm

Is there a way to see a method definition (parameters/prototype) in PhpStorm? I'm thinking of something similar to the way eclipse shows method declarations. eclipse method declaration

Upvotes: 0

Views: 310

Answers (1)

LazyOne
LazyOne

Reputation: 165501

View | Quick Documentation for method description and info on parameters.

View | Quick Definition to see actual method definition (code).

Upvotes: 1

Related Questions