C
C
creatoroftheworld2017-03-10 18:37:19
Sublime Text
creatoroftheworld, 2017-03-10 18:37:19

Function/method description when hovering over it at the call site?

Maybe a very stupid question... I often see similar comments in the code

/**
   * some desctiption of method
   * 
   * Examples:
   * ....
   *
   * @param string .....
   * @param mixed  $arg,... unlimited number of arguments
   * @return resource|FALSE
   */

I recently found out that in other editors, when you hover over a function call, a drop-down appears with everything described above. I want Sublime to do the same. Googled different variations of sublime popup doc comments hover, but didn't find anything

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question