atom / symbols-view

Jump to symbols in Atom
MIT License
165 stars 115 forks source link

Feature request : View function's comment when function list is on mouse #240

Open takuya-hasumi opened 6 years ago

takuya-hasumi commented 6 years ago

When function list is on mouse, if function's comment, params and return value are viewed, I think it useful for team developing.

/**
 * function's comment
 * @param type params
 * @return type return val
 */

I'm looking forward to developing that.